Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

staticmethod instead of nested functions for injected methods #25

Merged
merged 1 commit into from
Jan 22, 2017

Conversation

pcattori
Copy link
Owner

fixes #24

@codecov-io
Copy link

Current coverage is 100% (diff: 100%)

Merging #25 into master will not change coverage

@@           master   #25   diff @@
===================================
  Files           7     7          
  Lines         123   125     +2   
  Methods         0     0          
  Messages        0     0          
  Branches        0     0          
===================================
+ Hits          123   125     +2   
  Misses          0     0          
  Partials        0     0          

Powered by Codecov. Last update da6be95...8fdd441

@pcattori pcattori merged commit 7a1eeba into master Jan 22, 2017
@pcattori pcattori deleted the staticmethods branch January 22, 2017 16:51
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.

methods injected by metaclasses should be staticmethods of those metaclasses
2 participants