Home
last modified time | relevance | path

Searched refs:replace_paths_in_code (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/
Dmodulefinder.py355 co = self.replace_paths_in_code(co)
598 def replace_paths_in_code(self, co): member in ModuleFinder
617 consts[i] = self.replace_paths_in_code(consts[i])
/third_party/python/Misc/NEWS.d/
D3.5.0a1.rst3078 Add missing kwonlyargcount argument to ModuleFinder.replace_paths_in_code().
/third_party/python/Misc/
DHISTORY1561 ModuleFinder.replace_paths_in_code().