From 6a87d6a84e7aa799e480762fe005b0e8627b726e Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Wed, 26 Aug 2020 12:04:43 -0500 Subject: [PATCH] Document type variables in pytools --- pytools/__init__.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pytools/__init__.py b/pytools/__init__.py index 585d4b8..b7dc098 100644 --- a/pytools/__init__.py +++ b/pytools/__init__.py @@ -153,6 +153,17 @@ Sorting in natural order .. autofunction:: natorder .. autofunction:: natsorted + +Type Variables Used +------------------- + +.. class:: T + + Any type. + +.. class:: F + + Any callable. """ # {{{ type variables -- GitLab