Example #1
0
 def update_method(self,
                   kbxMethodName,
                   kbxMethodFunc=SharedMethod.get_empty_placeholder(),
                   kbxMethodIsPrivate=SharedMethod.get_empty_placeholder(),
                   kbxMethodLabel=SharedMethod.get_empty_placeholder(),
                   kbxMethodDesc=SharedMethod.get_empty_placeholder(),
                   kbxMethodParams=SharedMethod.get_empty_placeholder(),
                   **kbxMethodProps):
     pass
Example #2
0
    def update_shared_method(self, kbxMethodName, kbxGroupId=None, kbxMethodFunc=SharedMethod.get_empty_placeholder(), kbxMethodIsPrivate=SharedMethod.get_empty_placeholder(),
                             kbxMethodLabel=SharedMethod.get_empty_placeholder(), kbxMethodDesc=SharedMethod.get_empty_placeholder(),
                             kbxMethodTag=SharedMethod.get_empty_placeholder(), kbxMethodParams=SharedMethod.get_empty_placeholder(), **kbxMethodProps):
        '''
        Update registered shared method by method properties.

        Params:
        kbxMethodName:Integer - [Required] Method name.
        kbxGroupId:Integer - [Required] Method group id.
        kbxModuleName:String - [Required] Module name.
        kbxMethodLabel:String - [Optional] New labe for the method.
        kbxMethodDesc:String - [Optional] New description of the method.
        kbxMethodTag:List<String> - [Optional] New method tags.
        kbxMethodParams:List<KBXParam> - [Optional] New method params.
        '''
        pass
Example #3
0
    def update_shared_method_group(
            self,
            kbxGroupName,
            kbxGroupParentId=None,
            kbxGroupLabel=SharedMethod.get_empty_placeholder(),
            kbxGroupDesc=SharedMethod.get_empty_placeholder(),
            **kbxGroupProps):
        '''
        Update registered shared method group by group properties.

        Params:
        kbxGroupName:String - [Required] Name of the group.
        kbxGroupParentId:Integer - [Required] Parent group id of the group
        kbxMethodLabel:String - [Optional] New label for the group.
        kbxMethodDesc:String - [Optional] New description for the group.
        '''
        pass
Example #4
0
    def update_shared_method_group(self, kbxGroupName, kbxGroupParentId=None,
                                   kbxGroupLabel=SharedMethod.get_empty_placeholder(), kbxGroupDesc=SharedMethod.get_empty_placeholder(), **kbxGroupProps):
        '''
        Update registered shared method group by group properties.

        Params:
        kbxGroupName:String - [Required] Name of the group.
        kbxGroupParentId:Integer - [Required] Parent group id of the group
        kbxMethodLabel:String - [Optional] New label for the group.
        kbxMethodDesc:String - [Optional] New description for the group.
        '''
        pass
Example #5
0
    def update_shared_method(
            self,
            kbxMethodName,
            kbxGroupId=None,
            kbxMethodFunc=SharedMethod.get_empty_placeholder(),
            kbxMethodIsPrivate=SharedMethod.get_empty_placeholder(),
            kbxMethodLabel=SharedMethod.get_empty_placeholder(),
            kbxMethodDesc=SharedMethod.get_empty_placeholder(),
            kbxMethodTag=SharedMethod.get_empty_placeholder(),
            kbxMethodParams=SharedMethod.get_empty_placeholder(),
            **kbxMethodProps):
        '''
        Update registered shared method by method properties.

        Params:
        kbxMethodName:Integer - [Required] Method name.
        kbxGroupId:Integer - [Required] Method group id.
        kbxModuleName:String - [Required] Module name.
        kbxMethodLabel:String - [Optional] New labe for the method.
        kbxMethodDesc:String - [Optional] New description of the method.
        kbxMethodTag:List<String> - [Optional] New method tags.
        kbxMethodParams:List<KBXParam> - [Optional] New method params.
        '''
        pass
Example #6
0
 def update_shared_method(self, kbxMethodName, kbxGroupId=None, kbxMethodFunc=SharedMethod.get_empty_placeholder(), kbxMethodIsPrivate=SharedMethod.get_empty_placeholder(),
                          kbxMethodLabel=SharedMethod.get_empty_placeholder(), kbxMethodDesc=SharedMethod.get_empty_placeholder(),
                          kbxMethodTag=SharedMethod.get_empty_placeholder(), kbxMethodParams=SharedMethod.get_empty_placeholder(), **kbxMethodProps):
     pass