update docs
This commit is contained in:
parent
ef91af804b
commit
d05890344d
19 changed files with 725 additions and 172 deletions
|
@ -30,6 +30,8 @@ def ctype_to_python_type(t):
|
|||
return 'None'
|
||||
elif t == "long":
|
||||
return "int"
|
||||
elif t == "unsigned long long":
|
||||
return "int"
|
||||
elif t == "double":
|
||||
return "float"
|
||||
elif "char *" in t:
|
||||
|
|
Reference in a new issue