Commit b6804cab authored by Stefan Behnel's avatar Stefan Behnel

comment

parent 17b858c9
......@@ -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):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment