We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9665975 commit fac74edCopy full SHA for fac74ed
addons/classes.py
@@ -5,7 +5,7 @@
5
ERROR=4
6
CRITICAL=5
7
UNKNOWN=6
8
-class Override:
+class Overload:
9
def __init__(self,function):
10
self.__funcmap={}
11
self.__default=function
0 commit comments