Skip to content

Commit 692aa51

Browse files
committed
Disable pylint error
Disables: Method could be a function (no-self-use) The child classes reimplement that method and need a self.
1 parent 12e51d3 commit 692aa51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pygccxml/declarations/calldef.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ def i_depend_on_them(self, recursive=True):
323323
answer.append(self._report(exc, hint="exception"))
324324
return answer
325325

326+
# pylint: disable=R0201
326327
def guess_calling_convention(self):
327328
"""This function should be overriden in the derived classes and return
328329
more-or-less successfull guess about calling convention"""

0 commit comments

Comments
 (0)