MCPcopy Create free account
hub / github.com/Vinyzu/Botright / __adel__

Method __adel__

botright/modules/proxy_manager.py:70–72  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

68 await self.check_proxy(self._phttpx)
69
70 async def __adel__(self) -> None:
71 await self._httpx.aclose()
72 await self._phttpx.aclose()
73
74 def split_helper(self, split_proxy: List[str]) -> None:
75 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected