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

depr(python): Rename fmt param to f_string in inspect() #20748

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

etiennebacher
Copy link
Contributor

Fixes #19442

It was suggested in the issue to rename the fmt param and f_string already exists in pl.format(). This also adds documentation for this parameter.

@github-actions github-actions bot added deprecation Add a deprecation warning to outdated functionality python Related to Python Polars labels Jan 16, 2025
@etiennebacher etiennebacher marked this pull request as ready for review January 16, 2025 13:23
Copy link

codecov bot commented Jan 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.72%. Comparing base (73cb2a2) to head (cfddaf3).
Report is 7 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #20748      +/-   ##
==========================================
+ Coverage   79.70%   79.72%   +0.01%     
==========================================
  Files        1561     1561              
  Lines      221930   221910      -20     
  Branches     2530     2530              
==========================================
+ Hits       176892   176910      +18     
+ Misses      44456    44418      -38     
  Partials      582      582              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deprecation Add a deprecation warning to outdated functionality python Related to Python Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Argument fmt in inspect() is undocumented
1 participant