Skip to content

Add __name__ attribute in _BoundMethodWeakrefWithCall class

Carlos Falcon requested to merge github/fork/cmft/issue-700 into release-Jan18

_BoundMethodWeakrefWithCall is a class so it does not have a name attribute and the function decorator @wraps in PyTango thows exception.

Add the name attribute in the class. This name attribute is the name of the BoundMethod.

Fix #700 (closed)

Merge request reports