MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / str_to_datetime

Method str_to_datetime

test/perf/compiled_extensions/misc.py:71–74  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

69
70 @test_case
71 def str_to_datetime(self):
72 self.impl.str_to_datetime(None)
73 self.impl.str_to_datetime("2020-01-01 20:10:34")
74 self.impl.str_to_datetime("2030-11-21 01:04:34.123456")
75
76 @test_case
77 def str_to_time(self):

Callers 1

test_iso_datetimeMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_iso_datetimeMethod · 0.64