This website requires JavaScript.
Explore
Help
Sign In
StarMirror
/
py-libp2p
Watch
1
Star
0
Fork
0
You've already forked py-libp2p
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
8326f87835
py-libp2p
/
network
/
connection
/
raw_connection_interface.py
8 lines
117 B
Python
Raw
Normal View
History
Unescape
Escape
lint
2018-11-13 02:02:49 +08:00
from
abc
import
ABC
refactor for sprint
2018-11-11 22:56:44 +08:00
class
IRawConnection
(
ABC
)
:
"""
A
Raw
Connection
provides
a
Reader
and
a
Writer
"""
Reference in New Issue
Copy Permalink