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