You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first argument of every function is cropped. I assume because they should be the argument representing self. The same happens for fetchmany also. After adding a first "dummy" parameter, the docs page is rendered properly. I think we should check all doc strings and update them accordingly.
https://memgraph.github.io/pymgclient/cursor.html#mgclient.Cursor.execute contains only
param=None
, the correct isexecute(query, params=None)
.The text was updated successfully, but these errors were encountered: