PyTime_AsMicroseconds method

int PyTime_AsMicroseconds(
  1. int t,
  2. int round
)

Implementation

int PyTime_AsMicroseconds(
  int t,
  int round,
) {
  return _PyTime_AsMicroseconds(
    t,
    round,
  );
}