Searched refs:_BM_SPECS (Results 1 – 1 of 1) sorted by relevance
21 _BM_SPECS = { variable135 if '<' not in name and '/' not in name and name not in _BM_SPECS:167 assert name in _BM_SPECS, '_BM_SPECS needs to be expanded for %s' % name168 assert len(dyn_args) == len(_BM_SPECS[name]['dyn'])169 assert len(tpl_args) == len(_BM_SPECS[name]['tpl'])174 for k, v in zip(_BM_SPECS[name]['dyn'], dyn_args)))175 out.update(dict(zip(_BM_SPECS[name]['tpl'], tpl_args)))