mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
14 lines
712 B
Python
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
|