main: fix code style
All checks were successful
All checks were successful
This commit is contained in:
@@ -85,6 +85,7 @@ python_ctype_float_map = {}
|
|||||||
python_ctype_struct_map = {}
|
python_ctype_struct_map = {}
|
||||||
python_ctype_signature_map = {}
|
python_ctype_signature_map = {}
|
||||||
|
|
||||||
|
|
||||||
def __init__():
|
def __init__():
|
||||||
for name in dir(ctypes):
|
for name in dir(ctypes):
|
||||||
if not name.startswith('c_'):
|
if not name.startswith('c_'):
|
||||||
|
|||||||
Reference in New Issue
Block a user