Server.system_methodSignature
- Server.system_methodSignature(method_name)[source]
system.methodSignature(‘add’) => [double, int, int]
Returns a list describing the signature of the method. In the above example, the add method takes two integers as arguments and returns a double result.
This server does NOT support system.methodSignature.