-
Notifications
You must be signed in to change notification settings - Fork 0
autodocs_module_rpc_tester
Module rpc_tester Owner: [email protected] Work package: WPx.y Description:
Method call: test.no_op() Implemented in: test Called by: rpc_tester Description: does nothing Parameters: None Returns: None Responsible parties: [email protected] Work packages: WPx.y
Method call: test.echo() Implemented in: test Called by: rpc_tester Description: polymorphic (!) identity function Parameters: Name: x Type: anything Description: polymorphic, just for R&D/testing at the moment
Returns: Name: result Type: anything Description: polymorphic, just for R&D/testing at the moment
Responsible parties: [email protected] Work packages: WPx.y
Method call: test.throw_exception() Implemented in: test Called by: rpc_tester Description: does what it says Parameters: None Returns: None Responsible parties: [email protected] Work packages: WPx.y
Method call: test.double() Implemented in: test Called by: rpc_tester Description: double the input number Parameters: Name: x Type: int Description: an integer
Returns: Name: result Type: int Description: an integer
Responsible parties: [email protected] Work packages: WPx.y
Method call: test.hello() Implemented in: test Called by: rpc_tester Description: say "hello" Parameters: None Returns: Name: message Type: string Description: a string, interpreted as UTF-8
Responsible parties: [email protected] Work packages: WPx.y
Method call: test.factorial() Implemented in: test Called by: rpc_tester Description: factorial of input number Parameters: Name: x Type: int Description: an integer
Returns: Name: result Type: int Description: an integer
Responsible parties: [email protected] Work packages: WPx.y
Method call: test.fibonacci() Implemented in: test Called by: rpc_tester Description: fibonacci function of input number Parameters: Name: x Type: int Description: an integer
Returns: Name: result Type: int Description: an integer
Responsible parties: [email protected] Work packages: WPx.y
Method call: test.fibonacci_binet() Implemented in: test Called by: rpc_tester Description: fibonacci function of input number, explicit formula Parameters: Name: x Type: int Description: an integer
Returns: Name: result Type: int Description: an integer
Responsible parties: [email protected] Work packages: WPx.y
Method call: test.clear_triple_store() Implemented in: test Called by: rpc_tester Description: Parameters: None Returns: None Responsible parties: [email protected] Work packages: WPx.y
Method call: test.store_triple() Implemented in: test Called by: rpc_tester Description: store a triple into a table Parameters: Name: input_triple Type: test_triple Description: a thing for a triple store
Returns: None Responsible parties: [email protected] Work packages: WPx.y
Method call: test.read_all_triples() Implemented in: test Called by: rpc_tester Description: Parameters: None Returns: Name: result Type: A list of test_triples Description: a thing for a triple store
Responsible parties: [email protected] Work packages: WPx.y
Method call: test.sleep() Implemented in: test Called by: rpc_tester Description: Parameters: Name: seconds Type: int Description: an integer
Returns: None Responsible parties: [email protected] Work packages: WPx.y