| /Zephyr-latest/scripts/release/ | 
| D | bug_bash.py | 56     def __init__(self, gh, start_date, end_date):  argument 67     def get_tally(self):  argument 76     def get_rev_tally(self):  argument 93     def get_top_ten(self):  argument 107     def get_pulls(self):  argument 117     def get_issues(self):  argument
  | 
| D | list_backports.py | 121     def __init__(self, repo, base, pulls):  argument 195     def print(self):  argument 201     def print_json(self):  argument 212     def get_pulls(self):  argument 215     def get_issues(self):  argument 269     def get_pulls_without_issues(self):  argument 277     def get_pulls_with_invalid_issues(self):  argument
  | 
| /Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/helpers/ | 
| D | mcumgr.py | 33     def __init__(self, connection_options: str):  argument 48     def run_command(self, cmd: str) -> str:  argument 53     def reset_device(self):  argument 56     def image_upload(self, image: Path | str, slot: int | None = None, timeout: int = 30):  argument 63     def get_image_list(self) -> list[MCUmgrImage]:  argument 91     def get_hash_to_test(self) -> str:  argument 99     def get_hash_to_confirm(self):  argument 107     def image_test(self, hash: str | None = None):  argument 112     def image_confirm(self, hash: str | None = None):  argument
  | 
| /Zephyr-latest/scripts/west_commands/ | 
| D | spdx.py | 23     def __init__(self):  argument 29     def do_add_parser(self, parser_adder):  argument 51     def do_run(self, args, unknown_args):  argument 66     def do_run_init(self, args):  argument 81     def do_run_spdx(self, args):  argument
  | 
| D | patch.py | 39     def __init__(self):  argument 47     def do_add_parser(self, parser_adder):  argument 267     def filter_args(self, args):  argument 305     def load_yml(self, args, allow_missing):  argument 321     def do_run(self, args, _):  argument 344     def apply(self, args, yml, dst_mods=None):  argument 419     def clean(self, args, yml, dst_mods=None):  argument 461     def list(self, args, yml, dst_mods=None):  argument 471     def gh_fetch(self, args, yml, mods=None):  argument 537     def get_module_path(self, module_name_or_path):  argument
  | 
| D | gtags.py | 19     def __init__(self):  argument 40     def do_add_parser(self, parser_adder):  argument 60     def do_run(self, args, unknown_args):  argument 84     def files_in_project(self, project):  argument
  | 
| D | export.py | 25     def __init__(self):  argument 33     def do_add_parser(self, parser_adder):  argument 41     def do_run(self, args, unknown_args):  argument 48     def run_cmake_export(self, path):  argument
  | 
| D | zcmake.py | 223     def __init__(self, name, value):  argument 227     def __str__(self):  argument 239     def __init__(self, cache_file):  argument 243     def load(self, cache_file):  argument 252     def get(self, name, default=None):  argument 259     def get_list(self, name, default=None):  argument 275     def __contains__(self, name):  argument 278     def __getitem__(self, name):  argument 281     def __setitem__(self, name, entry):  argument 287     def __delitem__(self, name):  argument [all …] 
 | 
| D | packages.py | 25     def __init__(self):  argument 33     def do_add_parser(self, parser_adder):  argument 108     def do_run(self, args, unknown):  argument 132     def do_run_pip(self, args, manager_args):  argument
  | 
| /Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/ | 
| D | train_test.py | 35     def setUp(self):    # pylint: disable=g-missing-super-call  argument 42     def test_load_data(self):  argument 47     def test_build_net(self):  argument 61     def test_reshape_function(self):  argument
  | 
| D | data_split_test.py | 31     def setUp(self):    # pylint: disable=g-missing-super-call  argument 38     def test_read_data(self):  argument 45     def test_split_data(self):  argument
  | 
| /Zephyr-latest/scripts/west_commands/runners/ | 
| D | canopen_program.py | 49     def __call__(self, parser, namespace, values, option_string=None):  argument 54     def __init__(self, cfg, dev_id, can_context=DEFAULT_CAN_CONTEXT,  argument 137     def do_run(self, command, **kwargs):  argument 144     def flash(self, **kwargs):  argument 192     def __init__(self, logger, node_id, can_context=DEFAULT_CAN_CONTEXT,  argument 215     def connect(self):  argument 222     def disconnect(self):  argument 226     def enter_pre_operational(self):  argument 234     def _ctrl_program(self, cmd):  argument 241     def stop_program(self):  argument [all …] 
 | 
| D | core.py | 73     def terminate(self):  argument 76     def wait(self):  argument 86     def get_unused_ports(self, starting_from):  argument 113     def _used_now(self):  argument 122     def _used_now_windows(self):  argument 126     def _used_now_linux(self):  argument 130     def _used_now_darwin(self):  argument 165     def __init__(self, build_dir: str):  argument 171     def __contains__(self, item):  argument 174     def __getitem__(self, item):  argument [all …] 
 | 
| D | nrfutil.py | 19     def __init__(self, cfg, family, softreset, pinreset, dev_id, erase=False,  argument 70     def _exec(self, args):  argument 100     def do_get_boards(self):  argument 111     def do_require(self):  argument 114     def _insert_op(self, op):  argument 119     def _format_dev_ids(self):  argument 125     def _append_batch(self, op, json_file):  argument 152     def _exec_batch(self):  argument 171     def do_exec_op(self, op, force=False):  argument 182     def flush_ops(self, force=True):  argument
  | 
| /Zephyr-latest/scripts/ | 
| D | get_maintainer.py | 169     def __init__(self, filename=None):  argument 212     def path2areas(self, path):  argument 234     def commits2areas(self, commits):  argument 247     def __repr__(self):  argument 254     def _path_cmd(self, args):  argument 275     def _commits_cmd(self, args):  argument 282     def _areas_cmd(self, args):  argument 291     def _count_cmd(self, args):  argument 321     def _list_cmd(self, args):  argument 342     def _orphaned_cmd(self, args):  argument [all …] 
 | 
| /Zephyr-latest/scripts/build/ | 
| D | llext_prepare_exptab.py | 76     def __init__(self, elffile, section_name):  argument 91     def __init__(self, elf_fd, exptab_file_offset, lcs_struct, exports_count):  argument 97     def _seek_to_sym(self, index):  argument 100     def __getitem__(self, index):  argument 110     def __setitem__(self, index, item):  argument 130     def __init__(self, elf_path: str, log: logging.Logger, slid_listing_path: str | None):  argument 140     def _prepare_exptab_for_slid_linking(self):  argument 219     def _prepare_exptab_for_str_linking(self):  argument 242     def _set_prep_done_shdr_flag(self):  argument 263     def _prepare_inner(self):  argument [all …] 
 | 
| /Zephyr-latest/scripts/coredump/coredump_parser/ | 
| D | elf_parser.py | 40     def __int__(self):  argument 55     def __init__(self, elffile):  argument 64     def open(self):  argument 68     def close(self):  argument 71     def get_memory_regions(self):  argument 74     def get_kernel_thread_info_size_t_size(self):  argument 77     def has_kernel_thread_info(self):  argument 80     def get_kernel_thread_info_offset(self, thread_info_offset_index):  argument 86     def parse(self):  argument
  | 
| /Zephyr-latest/doc/_extensions/zephyr/domain/ | 
| D | __init__.py | 132     def apply(self):  argument 137     def convert_node(self, node):  argument 233     def apply(self):  argument 238     def convert_node(self, node):  argument 260     def apply(self):  argument 265     def convert_node(self, node):  argument 338     def output_sample_categories_list_items(self, tree, container: nodes.Node):  argument 397     def run(self, **kwargs: Any) -> None:  argument 417     def output_sample_categories_sections(self, tree, container: nodes.Node, show_titles=False):  argument 448     def run(self, **kwargs: Any) -> None:  argument [all …] 
 | 
| /Zephyr-latest/soc/silabs/silabs_sim3/sim3u/ | 
| D | gen_crossbar_config.py | 83     def __init__(self, value, props):  argument 112     def __repr__(self):  argument 127     def __init__(self, bit, signals, pin_first, pin_last):  argument 135     def __repr__(self):  argument 140     def __init__(self, number, bits, portbanks):  argument 147     def enable_bit(self, bit, pins):  argument 165     def mux(self, muxs):  argument 202     def __repr__(self):  argument 207     def __init__(self):  argument 217     def unskip(self, pin):  argument [all …] 
 | 
| /Zephyr-latest/scripts/west_commands/zspdx/ | 
| D | datatypes.py | 11     def __init__(self):  argument 29     def __init__(self, cfg):  argument 65     def __init__(self):  argument 108     def __init__(self, cfg, doc):  argument 155     def __init__(self):  argument 193     def __init__(self):  argument 215     def __init__(self, doc, pkg):  argument
  | 
| /Zephyr-latest/scripts/utils/ | 
| D | convert_guidelines.py | 22     def table_start_print(self, outputfile):  argument 24     def severity_print(self, outputfile, guideline_number, severity):  argument 26     def description_print(self, outputfile, guideline_number, description):  argument 28     def closing_print(self, outputfile):  argument 35     def table_start_print(self, outputfile):  argument 39     def severity_print(self, outputfile, guideline_number, severity):  argument 42     def description_print(self, outputfile, guideline_number, description):  argument 45     def closing_print(self, outputfile):  argument
  | 
| /Zephyr-latest/scripts/pylib/twister/twisterlib/ | 
| D | testsuite.py | 40     def __init__(self,  argument 56     def __eq__(self, other):  argument 380     def __init__(self, name=None, testsuite=None):  argument 390     def detailed_name(self) -> str:  argument 394     def status(self) -> TwisterStatus:  argument 398     def status(self, value : TwisterStatus) -> None:  argument 406     def __lt__(self, other):  argument 409     def __repr__(self):  argument 412     def __str__(self):  argument 419     def __init__(self, suite_root, suite_path, name, data=None, detailed_test_id=True):  argument [all …] 
 | 
| /Zephyr-latest/scripts/ci/ | 
| D | test_plan.py | 94     def _contains(self, path):  argument 100     def __repr__(self):  argument 104     def __init__(self, modified_files, ignore_path, alt_tags, testsuite_root,  argument 121     def process(self):  argument 137     def get_plan(self, options, integration=False, use_testsuite_root=True):  argument 160     def find_modules(self):  argument 204     def find_archs(self):  argument 232     def find_boards(self):  argument 283     def find_tests(self):  argument 329     def find_tags(self):  argument [all …] 
 | 
| /Zephyr-latest/scripts/coredump/ | 
| D | coredump_gdbserver.py | 25     def __init__(self) -> None:  argument 29     def recv(self, bufsize):  argument 32     def send(self, data):  argument 37     def close(self):  argument
  | 
| /Zephyr-latest/scripts/coredump/gdbstubs/arch/ | 
| D | arm_cortex_m.py | 46     def __init__(self, logfile, elffile):  argument 53     def parse_arch_data_block(self):  argument 84     def send_registers_packet(self, registers):  argument 103     def handle_register_group_read_packet(self):  argument 109     def handle_register_single_read_packet(self, pkt):  argument 116     def handle_register_single_write_packet(self, pkt):  argument 122     def arch_supports_thread_operations(self):  argument 125     def handle_thread_register_group_read_packet(self):  argument
  |