From b6804cab5d97f1342f1233d258a8ee08c0a3f545 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sat, 5 Dec 2009 23:35:44 +0100 Subject: [PATCH] comment --- Cython/Compiler/TypeSlots.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Cython/Compiler/TypeSlots.py b/Cython/Compiler/TypeSlots.py index d23559a6..1399fcf3 100644 --- a/Cython/Compiler/TypeSlots.py +++ b/Cython/Compiler/TypeSlots.py @@ -83,6 +83,7 @@ class Signature(object): return len(self.fixed_arg_format) def is_self_arg(self, i): + # argument is 'self' for methods or 'class' for classmethods return self.fixed_arg_format[i] == 'T' def fixed_arg_type(self, i): -- 2.26.2