PyTime_AsNanosecondsObject method

Pointer<PyObject> PyTime_AsNanosecondsObject(
  1. int t
)

Implementation

ffi.Pointer<PyObject> PyTime_AsNanosecondsObject(
  int t,
) {
  return _PyTime_AsNanosecondsObject(
    t,
  );
}