MCPcopy Create free account
hub / github.com/Bitmessage/PyBitmessage / getproxypeername

Method getproxypeername

src/socks/__init__.py:296–300  ·  view source on GitHub ↗

getproxypeername() -> address info Returns the IP and port number of the proxy.

(self)

Source from the content-addressed store, hash-verified

294 return self.__proxysockname
295
296 def getproxypeername(self):
297 """getproxypeername() -> address info
298 Returns the IP and port number of the proxy.
299 """
300 return _orgsocket.getpeername(self)
301
302 def getpeername(self):
303 """getpeername() -> address info

Callers

nothing calls this directly

Calls 1

getpeernameMethod · 0.80

Tested by

no test coverage detected