Classes | |
class | NameMapBuilder |
Functions | |
def | find_input_nature (box, io_id) |
def | find_io_name (box, io_id) |
def | format_name (name) |
def converter.name_map_builder.find_input_nature | ( | box, | |
io_id | |||
) |
Find the nature of the input designed by id in a box :param box: box with inputs :param io_id: id of the io :returns: nature of the io as a string
Definition at line 49 of file name_map_builder.py.
def converter.name_map_builder.find_io_name | ( | box, | |
io_id | |||
) |
Find the name of the io designed by id in a box :param box: box with ports :param io_id: id of the io :returns: name of the io as a string
Definition at line 36 of file name_map_builder.py.
def converter.name_map_builder.format_name | ( | name | ) |
Format a name and erase not printable chars :param name: name to format :returns: formatted name
Definition at line 17 of file name_map_builder.py.