PyImport_ExecCodeModuleWithPathnames

version(Python_3_0_Or_Later)
extern (C)
PyImport_ExecCodeModuleWithPathnames
(
char* name
,,
char* pathname
,
char* cpathname
)

Parameters

name char*

UTF-8 encoded string

co PyObject*
pathname char*

decoded from the filesystem encoding

cpathname char*

decoded from the filesystem encoding Availability: 3.*

Meta