PyTime_FromNanoseconds method

int PyTime_FromNanoseconds(
  1. int ns
)

Implementation

int PyTime_FromNanoseconds(
  int ns,
) {
  return _PyTime_FromNanoseconds(
    ns,
  );
}