PyErr_SyntaxLocationEx method Null safety
Implementation
void PyErr_SyntaxLocationEx(
ffi.Pointer<ffi.Int8> filename,
int lineno,
int col_offset,
) {
return _PyErr_SyntaxLocationEx(
filename,
lineno,
col_offset,
);
}
void PyErr_SyntaxLocationEx(
ffi.Pointer<ffi.Int8> filename,
int lineno,
int col_offset,
) {
return _PyErr_SyntaxLocationEx(
filename,
lineno,
col_offset,
);
}