Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
creator
Function · 0.80
Calls
1
get_proxy
Method · 0.95
Tested by
no test coverage detected