run_string Function

public function run_string(string) result(ierror)

Run Python code that is given as string.

Arguments

Type IntentOptional AttributesName
character(kind=C_CHAR,len=*), intent(in) :: string

Python code to run.

Return Value integer(kind=C_INT)

Error code, 0 on success