MCPcopy Create free account
hub / github.com/awolfly9/IPProxyTool / __init__

Method __init__

proxy.py:5–14  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3
4class Proxy(object):
5 def __init__(self):
6 self.id = 1
7 self.ip = ''
8 self.port = ''
9 self.country = ''
10 self.anonymity = ''
11 self.https = ''
12 self.speed = ''
13 self.source = ''
14 self.vali_count = 0
15
16 def __str__(self):
17 data = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected