Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 0 additions & 2 deletions pre-pep.rst
Original file line number Diff line number Diff line change
Expand Up @@ -784,8 +784,6 @@ values too?
Generic Callable
''''''''''''''''

Two possibilities for creating parameterized functions/types. They are kind of more syntax than functions exactly. I like the lambda one more.

* ``GenericCallable[Vs, Ty]``: A generic callable. ``Vs`` are a tuple
type of unbound type variables and ``Ty`` should be a ``Callable``,
``staticmethod``, or ``classmethod`` that has access to the
Expand Down
4 changes: 4 additions & 0 deletions scripts/build-peps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,9 @@ cd ..
# vercel builds and I can't be bothered to look into it more, so just
# don't worry about failures too much here.
make html || true

# Copy the pep we care about over the index
cp build/pep-9999.html build/index.html

rm -rf ../html
cp -r build ../html