X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=function_utils.py;h=f74a852d7d8834ccc38bda39f21c6d381339a7f1;hb=532df2c5b57c7517dfb3dddd8c1358fbadf8baf3;hp=f10776211df3ef8347d48486671577bc18d044bc;hpb=c6fca944b41f292b66efaba27ebf3fd0a37956b8;p=python_utils.git diff --git a/function_utils.py b/function_utils.py index f107762..f74a852 100644 --- a/function_utils.py +++ b/function_utils.py @@ -1,5 +1,7 @@ #!/usr/bin/env python3 +# © Copyright 2021-2022, Scott Gasch + """Helper methods dealing with functions.""" from typing import Callable