Ignore build dir and pyc files.
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ _dictionary = {}
|
||||
|
||||
|
||||
def inscribe(function):
|
||||
'''A decorator to inscribe functions in to the default dictionary.'''
|
||||
'''A decorator to inscribe functions into the default dictionary.'''
|
||||
_dictionary[function.name] = function
|
||||
return function
|
||||
|
||||
|
||||
Reference in New Issue
Block a user