-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add a file parameter #1
Comments
Is there maybe a specific use case (or platform) where the current method fails for you? AFAIR, the frame-based method was chosen because |
Nope, I have no specific platform failing with current method. I have just seen a few other solutions based on the So, now I trust the current method and apologies for wasting your time. |
Nothing to apologize. Thanks for yout thoughts on improvement, closing. |
If the
inserted_path
would have the file option, then it could omit calling thesys._getframe
. E.g.Note, I like to call it like
current.inserted_path(__file__)
, but it would not be backward compatible.The text was updated successfully, but these errors were encountered: