Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dwget.py243 fetch.connection_cache.remove_connection(h.host, h.port)
278 fetch.connection_cache.remove_connection(h.host, h.port)
H A D__init__.py2059 def remove_connection(self, host, port): member in FetchConnectionCache