Sign in
fuchsia
/
third_party
/
github.com
/
pylint-dev
/
astroid
/
5e68b014e2e21d35dafdbdce63cca44a78588e10
/
.
/
tests
/
testdata
/
python3
/
data
/
SSL1
/
Connection1.py
blob: 1307b2391a5a66fd0450b0a4310160fd5c234716 [
file
]
class
Connection
:
def
__init__
(
self
,
ctx
,
sock
=
None
):
print
(
'init Connection'
)