Staging
v0.5.1
https://github.com/python/cpython
Revision bef7d299eb911086ea5a7ccf7a9da337e38a8491 authored by Ben Avrahami on 06 October 2020, 17:40:50 UTC, committed by GitHub on 06 October 2020, 17:40:50 UTC
This function recomputes `cls.__abstractmethods__`.
Also update `@dataclass` to use it.
1 parent a8bf44d
Raw File
Tip revision: bef7d299eb911086ea5a7ccf7a9da337e38a8491 authored by Ben Avrahami on 06 October 2020, 17:40:50 UTC
bpo-41905: Add abc.update_abstractmethods() (GH-22485)
Tip revision: bef7d29
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top