PySys_FormatStdout method

void PySys_FormatStdout(
  1. Pointer<Char> format
)

Implementation

void PySys_FormatStdout(
  ffi.Pointer<ffi.Char> format,
) {
  return _PySys_FormatStdout(
    format,
  );
}