Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ __add__
Method
__add__
lib/matplotlib/tests/test_dates.py:1017–1018 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
1015
return
r
1016
1017
def
__add__(self, other):
1018
return
self.mk_tzaware(super().__add__(other))
1019
1020
def
astimezone(self, tzinfo):
1021
dt = super().astimezone(tzinfo)
Callers
nothing calls this directly
Calls
1
mk_tzaware
Method · 0.95
Tested by
no test coverage detected