add
This commit is contained in:
9
ccxt/static_dependencies/toolz/utils.py
Normal file
9
ccxt/static_dependencies/toolz/utils.py
Normal file
@@ -0,0 +1,9 @@
|
||||
def raises(err, lamda):
|
||||
try:
|
||||
lamda()
|
||||
return False
|
||||
except err:
|
||||
return True
|
||||
|
||||
|
||||
no_default = '__no__default__'
|
||||
Reference in New Issue
Block a user