-
Notifications
You must be signed in to change notification settings - Fork 59
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
ENH: Add more complete format string implementation for argstrings #754
Conversation
Co-authored-by: Chris Markiewicz <[email protected]>
Co-authored-by: Chris Markiewicz <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #754 +/- ##
===========================================
- Coverage 84.27% 15.14% -69.14%
===========================================
Files 26 53 +27
Lines 5127 15693 +10566
Branches 1447 2788 +1341
===========================================
- Hits 4321 2376 -1945
- Misses 800 12988 +12188
- Partials 6 329 +323
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Types of changes
Summary
Adds support for using getitem within argstr formatters, e.g.
"-coord {coord[0]} {coord[1]}..."
Checklist