mirror of
https://github.com/samba-team/samba.git
synced 2025-07-16 20:59:12 +03:00
s4-python: added ndr_print() method in ndr
This commit is contained in:
@ -26,3 +26,6 @@ def ndr_unpack(cls, data):
|
||||
object = cls()
|
||||
object.__ndr_unpack__(data)
|
||||
return object
|
||||
|
||||
def ndr_print(object):
|
||||
return object.__ndr_print__()
|
||||
|
Reference in New Issue
Block a user