Ignore build dir and pyc files.
This commit is contained in:
parent
1e510de8ae
commit
9805f479be
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue