Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/management/commands/
H A Dperf.py27 for url_patt in pat.url_patterns:
28 full_url = self.get_full_url(url_patt, url_root_res)
34 def get_full_url(self, url_patt, url_root_res): argument
35 …full_url = str(url_patt).split('^')[1].replace('$>', '').replace('(?P<file_path>(?:/[', '/bin/busy…