PyTime_AsNanosecondsObject method Null safety
- int t
Implementation
ffi.Pointer<PyObject> PyTime_AsNanosecondsObject(
int t,
) {
return _PyTime_AsNanosecondsObject(
t,
);
}
ffi.Pointer<PyObject> PyTime_AsNanosecondsObject(
int t,
) {
return _PyTime_AsNanosecondsObject(
t,
);
}