MCPcopy Index your code
hub / github.com/python/cpython / test_fromtimestamp_keyword_arg

Method test_fromtimestamp_keyword_arg

Lib/test/datetimetester.py:2667–2671  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2665 self.verify_field_equality(expected, got)
2666
2667 def test_fromtimestamp_keyword_arg(self):
2668 import time
2669
2670 # gh-85432: The parameter was named "t" in the pure-Python impl.
2671 self.theclass.fromtimestamp(timestamp=time.time())
2672
2673 def test_utcfromtimestamp(self):
2674 import time

Callers

nothing calls this directly

Calls 2

fromtimestampMethod · 0.45
timeMethod · 0.45

Tested by

no test coverage detected