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 0e02f9d commit 84fd32bCopy full SHA for 84fd32b
raylib/pyray.py
@@ -33,7 +33,7 @@ def func(self, *args):
33
for name, attr in getmembers(rl):
34
#print(name, attr)
35
uname = inflection.underscore(name).replace('3_d','_3d').replace('2_d','_2d')
36
- if isbuiltin(attr):
+ if isbuiltin(attr) or str(type(attr)) == "<class '_cffi_backend.__FFIFunctionWrapper'>":
37
#print(attr.__call__)
38
#print(attr.__doc__)
39
#print(attr.__text_signature__)
0 commit comments