File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010Create the tree dictionaries containing information about filters,
1111filter implementations, widgets etc. in hierarchical form
1212"""
13- import ast
14- from collections import OrderedDict
15- import configparser
16- import importlib
1713import logging
18- import os
19- # from pprint import pformat
20- import re
2114import sys
2215
2316import pyfda .filterbroker as fb
2417import pyfda .filter_factory as ff
25- import pyfda .libs .pyfda_dirs as dirs
2618
2719import pyfda .libs .frozendict as frozendict
2820
Original file line number Diff line number Diff line change 1111# which have a global scope like class variables.
1212
1313# -----------------------------------------------------------------------------
14- # This file contains dicts with widget class names from the main configuration file, parsed in
15- # `tree_builder._build_widget_class_dicts()`. Those initial definitions are only meant as examples,
14+ # This file contains dicts with widget class names from the main configuration file, parsed in
15+ # `tree_builder._build_widget_class_dicts()`. Those initial definitions are only meant as examples,
1616# for documentation and for module test, they are overwritten during the initialization.
1717#
1818# The keys are the class names of the widgets that have been parsed in the configuration file
You can’t perform that action at this time.
0 commit comments