Add chr and ord to safe_builtins
This commit is contained in:
parent
74a5b26967
commit
64fe9f82ed
@ -223,7 +223,7 @@ class TabAccessor:
|
|||||||
|
|
||||||
|
|
||||||
safe_builtins = {
|
safe_builtins = {
|
||||||
'max': max, 'min': min, 'str': str, 'repr': repr, 'abs': abs, 'len': len, 're': re,
|
'max': max, 'min': min, 'str': str, 'repr': repr, 'abs': abs, 'len': len, 'chr': chr, 'ord': ord, 're': re,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user