Home
last modified time | relevance | path

Searched refs:to_scan (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/tinytemplate/src/
Derror.rs228 let to_scan = &source[0..(offset as usize)]; in get_offset() localVariable
233 for byte in to_scan.bytes() { in get_offset()
/external/python/setuptools/setuptools/
Dpackage_index.py309 self.to_scan = []
528 self.to_scan is None # if we have already "gone online"
537 self.to_scan.append(url)
541 if self.to_scan:
542 list(map(self.scan_url, self.to_scan))
543 self.to_scan = None # from now on, go ahead and process immediately
647 if self.to_scan is not None: