solorice/vscode/extensions/magicstack.magicpython-1.1.1/test/builtins/builtins6.py
2022-04-28 20:54:44 +03:00

14 lines
712 B
Python

exec()
exec(code_obj)
exec : meta.function-call.python, source.python, support.function.builtin.python
( : meta.function-call.python, punctuation.definition.arguments.begin.python, source.python
) : meta.function-call.python, punctuation.definition.arguments.end.python, source.python
exec : meta.function-call.python, source.python, support.function.builtin.python
( : meta.function-call.python, punctuation.definition.arguments.begin.python, source.python
code_obj : meta.function-call.arguments.python, meta.function-call.python, source.python
) : meta.function-call.python, punctuation.definition.arguments.end.python, source.python