Home
last modified time | relevance | path

Searched refs:other_info_handlers (Results 1 - 2 of 2) sorted by relevance

/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/src/
H A Dconfig.py97 other_info_handlers={ variable
108 other_info_handlers={ variable
119 other_info_handlers={ variable
130 other_info_handlers={ variable
141 other_info_handlers={ variable
152 other_info_handlers={ variable
163 other_info_handlers={ variable
176 other_info_handlers={ variable
188 other_info_handlers={ variable
200 other_info_handlers variable
212 other_info_handlers={ global() variable
224 other_info_handlers={ global() variable
236 other_info_handlers={ global() variable
248 other_info_handlers={ global() variable
259 other_info_handlers={ global() variable
270 other_info_handlers={ global() variable
282 other_info_handlers={ global() variable
[all...]
H A Dtemplate_processor.py48 other_info_handlers: Dict[str, Callable[[
61 :param other_info_handlers: 对其他信息进行收集处理,eg:{"sources": SourcesParser}——表示要处理target段落中的sources属性,
77 self.other_info_handlers = other_info_handlers
173 for k, h in self.other_info_handlers.items():
238 for k, h in self.other_info_handlers.items():
275 for k, h in self.other_info_handlers.items():

Completed in 2 milliseconds