Searched refs:_source_info (Results 1 – 3 of 3) sorted by relevance
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/include/uhd/rfnoc/ |
H A D | property.hpp | 37 : _id(id), _source_info(source_info) in property_base_t() 58 return _source_info; in get_src_info() 138 const res_source_info _source_info; member in uhd::rfnoc::property_base_t
|
/dports/devel/brz/breezy-3.2.0/breezy/ |
H A D | export_pot.py | 95 def __init__(self, path, lineno=1, _source_info=None): argument 98 if _source_info is not None: 99 self._cls_to_lineno, self._str_to_lineno = _source_info 108 … _source_info=_parse_source("".join(inspect.findsource(module)[0]), module.__file__))
|
/dports/devel/brz/breezy-3.2.0/breezy/tests/ |
H A D | test_export_pot.py | 184 context = export_pot._ModuleContext(path, _source_info=(cls_lines, {})) 215 context = export_pot._ModuleContext(path, _source_info=({}, str_lines))
|