Skip to content

Fix __repr__s#176

Merged
vasily-v-ryabov merged 1 commit intopython-xlib:masterfrom
ingolemo:master
Nov 22, 2020
Merged

Fix __repr__s#176
vasily-v-ryabov merged 1 commit intopython-xlib:masterfrom
ingolemo:master

Conversation

@ingolemo
Copy link
Contributor

Reprs should contain the name of the class not the class's whole string conversion.

<class SomeClass>(args)  ->  SomeClass(args)

Reprs should contain the name of the class not the class's whole string conversion.

    <class SomeClass>(args)  ->  SomeClass(args)
@codecov-commenter
Copy link

codecov-commenter commented Sep 21, 2020

Codecov Report

Merging #176 into master will increase coverage by 0.01%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master     #176      +/-   ##
==========================================
+ Coverage   81.99%   82.01%   +0.01%     
==========================================
  Files          42       42              
  Lines        4855     4853       -2     
==========================================
- Hits         3981     3980       -1     
+ Misses        874      873       -1     

@vasily-v-ryabov vasily-v-ryabov merged commit b79d2db into python-xlib:master Nov 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants