forked from p15670423/monkey
Agent: Add docstring to SocketsPipe
This commit is contained in:
parent
7ebc403029
commit
1e0b26af8b
|
@ -12,6 +12,8 @@ logger = getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
class SocketsPipe(Thread):
|
class SocketsPipe(Thread):
|
||||||
|
"""Manages a pipe between two sockets."""
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
source,
|
source,
|
||||||
|
|
Loading…
Reference in New Issue