Skip to content

Commit 960f617

Browse files
committed
added FunctionException to __init__
1 parent 12c2bb8 commit 960f617

23 files changed

+4
-4
lines changed

.github/workflows/ci.yml

100644100755
File mode changed.

.gitignore

100644100755
File mode changed.

LICENSE

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Artёm IG <github.com/rtmigo>
3+
Copyright (c) 2020-2022 Artёm IG <github.com/rtmigo>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

100644100755
File mode changed.

filememo/__init__.py

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# SPDX-FileCopyrightText: (c) 2020 Artёm IG <github.com/rtmigo>
1+
# SPDX-FileCopyrightText: (c) 2020-2022 Artёm IG <github.com/rtmigo>
22
# SPDX-License-Identifier: MIT
33

44

5-
from ._deco import memoize
5+
from ._deco import memoize, FunctionException

filememo/_constants.py

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.3.2'
1+
__version__ = '0.3.3'

filememo/_deco.py

100644100755
File mode changed.

filememo/_dir_for_func.py

100644100755
File mode changed.

filememo/_indirect_caller.py

100644100755
File mode changed.

requirements.txt

100644100755
File mode changed.

0 commit comments

Comments
 (0)