pidl: added a __ndr_print__() method on python NDR objects
authorAndrew Tridgell <tridge@samba.org>
Sun, 22 Aug 2010 04:46:01 +0000 (14:46 +1000)
committerAndrew Tridgell <tridge@samba.org>
Sun, 22 Aug 2010 04:57:34 +0000 (14:57 +1000)
commit5a025c82f566b378a125abf0f9e74fc076d394c0
tree545f855a10a2efd8af1d7917ebc8e01f3325d339
parent45ac8ffdb4181c31605ccda5035664a8019ffc49
pidl: added a __ndr_print__() method on python NDR objects

This allows you to print a returned NDR structure using
s.__ndr_print__() which gives an easy view of complex
structures, such as those from netlogon
pidl/lib/Parse/Pidl/Samba4/Python.pm