We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 684c1d7 commit b7e56fcCopy full SHA for b7e56fc
python-bindings/ctypes_c_test.py
@@ -6,7 +6,7 @@
6
7
if __name__ == "__main__":
8
libname = pathlib.Path().absolute()
9
- print('libname: ', libname)
+ print("libname: ", libname)
10
11
# Load the shared library into c types.
12
if sys.platform.startswith("win"):
python-bindings/ctypes_cpp_test.py
0 commit comments