diff options
author | Chris Larson <chris_larson@mentor.com> | 2011-05-13 17:35:37 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-08 20:38:24 +0100 |
commit | 2cf67a71e38bca2a2bf8f20c5143a006afb40276 (patch) | |
tree | da4016f7042d97e2a676a4e3cf23a04be24da035 /oe-init-build-env | |
parent | 63d14f474d52430f19653ef7ed881cd8dbaf3f42 (diff) | |
download | poky-2cf67a71e38bca2a2bf8f20c5143a006afb40276.tar.gz |
bb.exceptions: don't show a repr of 'self'
Rather than treating self like an ordinary argument, showing a repr of its
value in the function spec when formatting the traceback entry, now we show
the class name for the method as a part of the function name. Example:
Old: bar(self=<some repr of Fooclass>, f=5)
New: Fooclass.bar(f=5)
(Bitbake rev: dbf405f1f7fda41944093906c13044c6cf78f859)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'oe-init-build-env')
0 files changed, 0 insertions, 0 deletions