$search
Public Member Functions | |
def | test_test_rospy_TransitiveImport |
#2133/2139 | |
Private Member Functions | |
def | _test_ser_deser |
Utility for testing roundtrip serialization. |
Definition at line 49 of file test_gensrv_py.py.
def test_gensrv_py::TestGensrvPy::_test_ser_deser | ( | self, | ||
orig, | ||||
blank, | ||||
float = False | ||||
) | [private] |
Utility for testing roundtrip serialization.
orig | Message to test roundtrip serialization of | |
blank | Uninitialized instance of message to deserialize into | |
float | bool: if True, use almostEquals instead of equals comparison. This variant assumes only data field is named 'data' |
Definition at line 57 of file test_gensrv_py.py.
def test_gensrv_py::TestGensrvPy::test_test_rospy_TransitiveImport | ( | self | ) |
#2133/2139
Definition at line 67 of file test_gensrv_py.py.