MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_fromtimestamp_with_none_arg

Method test_fromtimestamp_with_none_arg

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

Source from the content-addressed store, hash-verified

1453 insane)
1454
1455 def test_fromtimestamp_with_none_arg(self):
1456 # See gh-120268 for more details
1457 with self.assertRaises(TypeError):
1458 self.theclass.fromtimestamp(None)
1459
1460 def test_today(self):
1461 import time

Callers

nothing calls this directly

Calls 2

assertRaisesMethod · 0.45
fromtimestampMethod · 0.45

Tested by

no test coverage detected