X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=function_utils.py;fp=function_utils.py;h=f10776211df3ef8347d48486671577bc18d044bc;hb=e8fbbb7306430478dec55d2c963eed116d8330cc;hp=3c8e4ae10f4f493edb22c35ad3758442b4f224dd;hpb=0d63d44ac89aab38fe95f36497adaf95110ab949;p=python_utils.git diff --git a/function_utils.py b/function_utils.py index 3c8e4ae..f107762 100644 --- a/function_utils.py +++ b/function_utils.py @@ -1,5 +1,7 @@ #!/usr/bin/env python3 +"""Helper methods dealing with functions.""" + from typing import Callable