lingpy / lingpy3

LingPy 3.0
GNU General Public License v3.0
1 stars 2 forks source link

added infrastructure for operations #15

Closed xrotwang closed 7 years ago

xrotwang commented 7 years ago

This PR introduces decorators which make it possible to define and register implementations of IOperation, IReader and IWriter in a very simple way, just decorating a function.

codecov-io commented 7 years ago

Current coverage is 87.55% (diff: 100%)

Merging #15 into master will increase coverage by 0.47%

@@             master        #15   diff @@
==========================================
  Files            43         50     +7   
  Lines          2863       2972   +109   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits           2493       2602   +109   
  Misses          370        370          
  Partials          0          0          

Powered by Codecov. Last update e8dbc74...9a14bdf