PyImport_ExecCodeModuleWithPathnames

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

Parameters

name
Type: char*

UTF-8 encoded string

co
Type: PyObject*
pathname
Type: char*

decoded from the filesystem encoding

cpathname
Type: char*

decoded from the filesystem encoding */ /// Availability: 3.

Meta