Open
Description
Documentation
I was advised to use function PyRun_String
to retrieve information on complex Python constructs from C.
The doc at https://docs.python.org/3/c-api/veryhigh.html refers from PyRun_String
to PyRun_StringFlags
, where I am told "The parameter start specifies the start token that should be used to parse the source code."
What is a "start token" please?
Linked PRs
Metadata
Metadata
Assignees
Projects
Status
Todo