Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ setup_method
Method
setup_method
pandas/tests/tseries/offsets/test_offsets.py:603–604 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
601
602
class
TestDateOffset:
603
def
setup_method(self):
604
_offset_map.clear()
605
606
def
test_repr(self):
607
repr(DateOffset())
Callers
nothing calls this directly
Calls
1
clear
Method · 0.80
Tested by
no test coverage detected