aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorChristian Tismer <tismer@stackless.com>2021-02-10 12:59:38 +0100
committerChristian Tismer <tismer@stackless.com>2021-02-10 13:16:52 +0100
commit609bd8121b9a45846b236ecf51226da026651d51 (patch)
tree1780725a3e0a0237d428595560ea9ffaf452c90c /tools
parentad51ac78b6675f8d485b49891d95d2e8876fdab0 (diff)
signature: Provide fixes and improvements, Part 1, addendum
This patch had a way too complicated method to find out if something is a method, and this broke on Python 2 because we don't have the __qualname__ attribute everywhere. But this can be done much easier: We check the type and see if it is a function or builtin function. Everything else must be a method, no matter what it is :) Change-Id: I07e5690f36e4ed4d50ea5e203233b369dc70fa5f Task-number: PYSIDE-510 Pick-to: 6.0 Pick-to: 5.15 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions