Project restart
This commit is contained in:
13
doc/examples/utils.py
Normal file
13
doc/examples/utils.py
Normal file
@@ -0,0 +1,13 @@
|
||||
def dummy_exit(useless1, useless2):
|
||||
return True
|
||||
|
||||
def exit_exc(useless1, useless2):
|
||||
raise Exception('Crash of exit function')
|
||||
|
||||
def funcToBeExecuted (bla):
|
||||
print(bla)
|
||||
return bla
|
||||
|
||||
def funcToBeExecuted2 (bla):
|
||||
print(bla)
|
||||
return blo
|
||||
Reference in New Issue
Block a user