1

I'm having problem with data type in python. I run system.methodSignature('SearchInfo'), it returns [['array', 'struct']]. What should I put as the argument in SearchInfo()? And what is struct data type in xml-rpc?

Please help.

3
  • What library is this? Commented Dec 10, 2013 at 9:55
  • it's in the xmlrpc library Commented Dec 12, 2013 at 3:03
  • I believe that you should mark your answer. :) Commented Mar 19, 2014 at 22:49

1 Answer 1

2

Found out the way for <struct> data type for xmlrpc. data type is like a dict type.

For my case, it's actually SearchInfo({'id' : 12345}).

Good luck to whoever needing this information (:

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.