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
Error compiling Cython file:
------------------------------------------------------------
def executeCommand(self, command, parameters):
cdef shared_ptr[SqInputStream] b = dynamic_pointer_cast[SqInputStream, SqBufferIoStream](SqBufferIoStream.Open(_json.dumps(parameters)))
cdef SqKeyValueList data = SqJsonParser.ParseAsSqValue(b).get().GetKeyValueList()
cdef SqKeyValueList c_kvl = self.c_this.get().ExecuteCommand(command, data)
cdef shared_ptr[SqBufferIoStream] buf = SqBufferIoStream.Open()
^
------------------------------------------------------------
SqFoundationTypes.pyx:203:69: Call with wrong number of arguments (expected 1, got 0)
Version:
cython --version
Cython version 0.25.2
The text was updated successfully, but these errors were encountered:
unier
changed the title
Multiple static functions, with same name and different parameters in a class will only expose only one
Multiple static functions, with same name and different parameters in a class will only expose one
Aug 31, 2017
Example:
c++:
cython:
If I change to:
Version:
The text was updated successfully, but these errors were encountered: