mirror of
https://github.com/kovidgoyal/kitty.git
synced 2024-11-10 13:04:03 +03:00
Add chr and ord to safe_builtins
This commit is contained in:
parent
74a5b26967
commit
64fe9f82ed
@ -223,7 +223,7 @@ class TabAccessor:
|
||||
|
||||
|
||||
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…
Reference in New Issue
Block a user