QuantConnect / pythonnet

Python for .NET is a package that gives Python programmers nearly seamless integration with the .NET Common Language Runtime (CLR) and provides a powerful application scripting tool for .NET developers.
http://pythonnet.github.io
MIT License
28 stars 26 forks source link

Adds Support to Named Arguments #41

Closed AlexCatarino closed 3 years ago

AlexCatarino commented 4 years ago

Pick-cherry (pythonnet#849)) from pythonnet master and resolve conflicts.

codecov-io commented 4 years ago

Codecov Report

Merging #41 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #41   +/-   ##
=======================================
  Coverage   69.42%   69.42%           
=======================================
  Files           1        1           
  Lines         278      278           
=======================================
  Hits          193      193           
  Misses         85       85
Flag Coverage Δ
#setup_linux 69.42% <ø> (ø) :arrow_up:
Impacted Files Coverage Δ
setup.py 69.42% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1391bfc...04e6927. Read the comment docs.

Martin-Molinero commented 3 years ago

Closing in favor of https://github.com/QuantConnect/pythonnet/pull/47