PyTime_AsMicroseconds method Null safety
Implementation
int PyTime_AsMicroseconds(
int t,
int round,
) {
return _PyTime_AsMicroseconds(
t,
round,
);
}
int PyTime_AsMicroseconds(
int t,
int round,
) {
return _PyTime_AsMicroseconds(
t,
round,
);
}