From ca74d0c2101abf7c71600754c1de67c001be6b88 Mon Sep 17 00:00:00 2001 From: Shaheed Haque Date: Tue, 31 Jan 2017 00:56:18 +0000 Subject: Bindings: Add missing documentation of the "name" for MethodCode --- find-modules/rules_engine.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'find-modules/rules_engine.py') diff --git a/find-modules/rules_engine.py b/find-modules/rules_engine.py index d1eacf7e..9c617159 100755 --- a/find-modules/rules_engine.py +++ b/find-modules/rules_engine.py @@ -653,6 +653,8 @@ class MethodCodeDb(AbstractCompiledCodeDb): Each inner dictionary has entries which update the declaration as follows: + "name": Optional string. If present, overrides the name of the + method. "parameters": Optional list. If present, update the argument list. "fn_result": Optional string. If present, update the return type. -- cgit v1.2.1