Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dprogress.py56 def __exit__(self, *excinfo): argument
57 self._outfile.__exit__(*excinfo)
187 def __exit__(self, *excinfo): argument
H A Dbuild.py153 def __exit__(self, *excinfo): argument
154 self.outfile.__exit__(*excinfo)