Home
last modified time | relevance | path

Searched refs:whole_source (Results 1 – 4 of 4) sorted by relevance

/dports/net/py-amqp/amqp-2.6.1/extra/
H A Dupdate_comments_from_spec.py39 whole_source = text_file.read()
42 all_matches = RE_COMMENTS.finditer(whole_source)
/dports/devel/thonny/thonny-3.3.14/thonny/plugins/
H A Ddebugger.py651 whole_source = fp.read()
653 lines = whole_source.splitlines()
660 whole_source, frame_info.filename, frame_info.current_root_expression
731 def _load_expression(self, whole_source, filename, text_range): argument
733 root = ast_utils.parse_source(whole_source, filename)
736 source = ast_utils.extract_text_range(whole_source, text_range)
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dregion_factory.h120 …egion_name (const std::string& playlist, uint32_t compound_ops, uint32_t depth, bool whole_source);
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dregion_factory.cc557 …ound_region_name (const string& playlist, uint32_t compound_ops, uint32_t depth, bool whole_source) in compound_region_name() argument
559 if (whole_source) { in compound_region_name()