updated doc

This commit is contained in:
hakril
2018-03-07 10:24:46 +01:00
parent 03e252b53a
commit 8840b9fdb9
133 changed files with 48749 additions and 36558 deletions
+1
View File
@@ -74,4 +74,5 @@ def print_ctypes_struct(struct, name="", ident=0, hexa=False):
def sprint(struct, name="struct", hexa=True):
"""Print recursively the content of a :mod:`ctypes` structure"""
return print_ctypes_struct(struct, name=name, hexa=hexa)