PyTime_FromSecondsObject method Null safety
Implementation
int PyTime_FromSecondsObject(
ffi.Pointer<ffi.Int64> t,
ffi.Pointer<PyObject> obj,
int round,
) {
return _PyTime_FromSecondsObject(
t,
obj,
round,
);
}
int PyTime_FromSecondsObject(
ffi.Pointer<ffi.Int64> t,
ffi.Pointer<PyObject> obj,
int round,
) {
return _PyTime_FromSecondsObject(
t,
obj,
round,
);
}