MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / astimezone

Method astimezone

lib/matplotlib/tests/test_dates.py:1020–1022  ·  view source on GitHub ↗
(self, tzinfo)

Source from the content-addressed store, hash-verified

1018 return self.mk_tzaware(super().__add__(other))
1019
1020 def astimezone(self, tzinfo):
1021 dt = super().astimezone(tzinfo)
1022 return self.mk_tzaware(dt)
1023
1024 @classmethod
1025 def mk_tzaware(cls, datetime_obj):

Callers 5

_from_ordinalfFunction · 0.80
date2numFunction · 0.80
_update_rruleMethod · 0.80
normalize_argMethod · 0.80
tz_convertFunction · 0.80

Calls 1

mk_tzawareMethod · 0.95

Tested by

no test coverage detected