From b278279c95c9396432a66ef50499e45389e9ec18 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 17 Aug 2010 14:32:14 +0000 Subject: document rna functions that have the no_self flag set as classmethods --- release/scripts/modules/rna_info.py | 1 + 1 file changed, 1 insertion(+) (limited to 'release/scripts/modules/rna_info.py') diff --git a/release/scripts/modules/rna_info.py b/release/scripts/modules/rna_info.py index 296ec87fcb4..41ed0ce6b12 100644 --- a/release/scripts/modules/rna_info.py +++ b/release/scripts/modules/rna_info.py @@ -302,6 +302,7 @@ class InfoFunctionRNA: self.identifier = rna_func.identifier # self.name = rna_func.name # functions have no name! self.description = rna_func.description.strip() + self.is_classmethod = rna_func.no_self self.args = [] self.return_values = () -- cgit v1.2.3