Public Member Functions | |
def | __init__ (self) |
def | close (self) |
def | fileno (self) |
def | recv (self, buff_size) |
Public Attributes | |
buff | |
Private Attributes | |
_fileno | |
Definition at line 62 of file test_rospy_tcpros_base.py.
def unit.test_rospy_tcpros_base.MockEmptySock.__init__ | ( | self | ) |
Definition at line 63 of file test_rospy_tcpros_base.py.
def unit.test_rospy_tcpros_base.MockEmptySock.close | ( | self | ) |
Definition at line 71 of file test_rospy_tcpros_base.py.
def unit.test_rospy_tcpros_base.MockEmptySock.fileno | ( | self | ) |
Definition at line 67 of file test_rospy_tcpros_base.py.
def unit.test_rospy_tcpros_base.MockEmptySock.recv | ( | self, | |
buff_size | |||
) |
Definition at line 69 of file test_rospy_tcpros_base.py.
|
private |
Definition at line 66 of file test_rospy_tcpros_base.py.
unit.test_rospy_tcpros_base.MockEmptySock.buff |
Definition at line 72 of file test_rospy_tcpros_base.py.