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

feat(target): add use_calling_fname kwarg to constructor #233

Merged

Conversation

oldskoolfan
Copy link
Contributor

  • useful when calling externals() directly and passing a target class that represents a nested source file.
  • the flag is used in a new get_src_fname() method on the target class, which is called by DummyModule to get text content

 - useful when calling externals() directly and passing a target class that represents a nested source file.
 - the flag is used in a new get_src_fname() method on the target class, which is called by DummyModule to get text content
@oldskoolfan
Copy link
Contributor Author

resolves #232

@codecov-commenter
Copy link

codecov-commenter commented Feb 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.71%. Comparing base (7e742cb) to head (e31b6fa).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #233      +/-   ##
==========================================
+ Coverage   73.56%   73.71%   +0.15%     
==========================================
  Files          19       19              
  Lines        1910     1914       +4     
  Branches      356      356              
==========================================
+ Hits         1405     1411       +6     
+ Misses        398      397       -1     
+ Partials      107      106       -1     

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

@thebjorn thebjorn merged commit 63a74ce into thebjorn:master Feb 4, 2025
10 checks passed
@thebjorn
Copy link
Owner

thebjorn commented Feb 4, 2025

Thank you for the PR. It will be on PyPI as v3.0.1 as soon as the pipeline finishes.

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.

4 participants