Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions peps/pep-0827.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1444,11 +1444,7 @@ also where this PEP draft currently lives.

There is an in-progress `proof-of-concept implementation <#ref-impl_>`__ in mypy.

It can type check the ORM, FastAPI-style model derivation, and
NumPy-style broadcasting examples.

It is missing support for callables, ``UpdateClass``, annotation
processing, and various smaller things.
It can type check all of the examples in this document.

Alternate syntax ideas
======================
Expand Down
Loading