MCPcopy
hub / github.com/pandas-dev/pandas / time_to_pydatetime

Method time_to_pydatetime

asv_bench/benchmarks/timeseries.py:62–63  ·  view source on GitHub ↗
(self, index_type)

Source from the content-addressed store, hash-verified

60 self.index.date
61
62 def time_to_pydatetime(self, index_type):
63 self.index.to_pydatetime()
64
65 def time_is_dates_only(self, index_type):
66 self.index._is_dates_only

Callers

nothing calls this directly

Calls 1

to_pydatetimeMethod · 0.45

Tested by

no test coverage detected