Home
last modified time | relevance | path

Searched refs:PyTime_FromSeconds (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_time.py900 from _testcapi import PyTime_FromSeconds namespace
902 # PyTime_FromSeconds() expects a C int, reject values out of range
906 self.check_int_rounding(lambda secs, rnd: PyTime_FromSeconds(secs),
913 PyTime_FromSeconds(float('nan'))

Completed in 3 milliseconds