PyOS_FSPath method

Pointer<PyObject> PyOS_FSPath(
  1. Pointer<PyObject> path
)

Implementation

ffi.Pointer<PyObject> PyOS_FSPath(
  ffi.Pointer<PyObject> path,
) {
  return _PyOS_FSPath(
    path,
  );
}