MCPcopy Create free account
hub / github.com/geekcomputers/Python / FormatProxy

Method FormatProxy

spotifyAccount.py:47–49  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

45 return random1
46
47 def FormatProxy(self):
48 proxyOutput = {"https": "socks4://" + self.get_proxy()}
49 return proxyOutput
50
51 def __init__(self):
52 self.splited = []

Callers 1

creatorFunction · 0.80

Calls 1

get_proxyMethod · 0.95

Tested by

no test coverage detected