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