From 98b993f0100fa7526bed9a54711a0083bd345ad1 Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 26 Nov 2018 19:03:05 +0100 Subject: [PATCH] osmo_ipa: update split_combined docs Change-Id: I1cc6dc314fa0f147ab64ad29d9b892c3637a51c7 --- osmopy/osmo_ipa.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/osmopy/osmo_ipa.py b/osmopy/osmo_ipa.py index 462c4ec..c371023 100755 --- a/osmopy/osmo_ipa.py +++ b/osmopy/osmo_ipa.py @@ -116,7 +116,8 @@ class IPA(object): def split_combined(self, data): """ - Split the data which contains multiple concatenated IPA messages into tuple (first, rest) where rest contains remaining messages, first is the single IPA message + Split the data which contains multiple concatenated IPA messages into tuple (first, rest) where 'rest' contains + remaining messages and 'first' is the single IPA message. No headers are stripped in 'first' or 'rest'. """ if data == None or len(data) == 0: return None, None