diff options
author | Rafael H. Schloming <rhs@apache.org> | 2007-08-10 15:55:16 +0000 |
---|---|---|
committer | Rafael H. Schloming <rhs@apache.org> | 2007-08-10 15:55:16 +0000 |
commit | 01652ef4ec4d7a92bfdcf677c27fb28968398bc6 (patch) | |
tree | 495a8d994def30a30512beaf4077643c41cff332 /python/qpid/message.py | |
parent | 6577b14632d81c15482cb0793e01166cdb28eaff (diff) | |
download | qpid-python-01652ef4ec4d7a92bfdcf677c27fb28968398bc6.tar.gz |
added support for unpacked structs and execution.result
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@564637 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/qpid/message.py')
-rw-r--r-- | python/qpid/message.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/qpid/message.py b/python/qpid/message.py index 7e28b63037..c9ea5a8a0c 100644 --- a/python/qpid/message.py +++ b/python/qpid/message.py @@ -29,7 +29,7 @@ class Message: if self.method.is_l4_command(): self.command_id = self.channel.incoming_completion.sequence.next() #print "allocated: ", self.command_id, "to ", self.method.klass.name, "_", self.method.name - + def __len__(self): return len(self.frame.args) |