Files
deb-python-taskflow/taskflow/utils
Joshua Harlow 5c84ddad84 Use __qualname__ where appropriate
The __qualname__ attribute simplifies the determination
of an objects class name and callable name and is useful
in python 3.x to be able to use since it can correctly
identify names better than the python 2.x __name__ attribute
can.

Adds a few tests in to ensure that the usage of __qualname__
where available functions as expected.

See: http://legacy.python.org/dev/peps/pep-3155/

Fixes bug 1341441

Change-Id: Ic6942cbbc8e35d65fb3ac603ff1dfc8e20c194a3
2014-08-27 13:28:55 -07:00
..
2014-02-22 17:16:29 +08:00