| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Most changes to Python require a NEWS entry. Please add it using the blurb_it web app or the blurb command-line tool. |
Sorry, something went wrong.
|
@eltoder, there are a lot of conflicts now. Could you please update the branch? |
Sorry, something went wrong.
Useful for introspection and consistent with functions and other descriptors.
|
Thank you. I knew I could count on you. |
Sorry, something went wrong.
|
@serhiy-storchaka I made __name__ default to fget.__name__ when possible. What do you think? |
Sorry, something went wrong.
Raise AttributeError if no fget or it doesn't have `__name__`.
There was a problem hiding this comment.
LGTM. And I like to to review more of your PRs.
Sorry, something went wrong.
|
Thank you! |
Sorry, something went wrong.
Useful for introspection and consistent with functions and other descriptors.
Useful for introspection and consistent with functions and other descriptors.
Useful for introspection and consistent with functions and other descriptors.
Following where `__name__` used to be sourced from - python/cpython#101876
* chore(typing): fix `check_docstrings` `Path` warning `pyright` did a good job spotting that one * chore: Use `dir(...)` instead of `.__dir__()` Fixes 2/6 errors and shrinks the script * chore(typing): Fix 2 more errors These have been popping up and bugging me for 2 weeks 🙈 #2351 (comment) * chore(typing): Fix the last 2 as well * chore: Simplify the rest * chore(typing): Ignore remaining in `utils` * chore(typing): Ignore everything in `tpch` These are all the same issue, can be fixed with a constrained `TypeVar` * fix: pre-`3.13` compat? Following where `__name__` used to be sourced from - python/cpython#101876 * chore(typing): Fix some of the new `tpch` ignores The rest seem pretty unavoidable * fix: don't clobber `typing` 🤦♂️ https://github.com/narwhals-dev/narwhals/actions/runs/14624570842/job/41032838053?pr=2426
| Back | FazBrowse Home | New Git URL |
Useful for introspection and consistent with functions and other descriptors.