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

Function test_rrulewrapper

lib/matplotlib/tests/test_pickle.py:244–250  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

242
243
244def test_rrulewrapper():
245 r = rrulewrapper(2)
246 try:
247 pickle.loads(pickle.dumps(r))
248 except RecursionError:
249 print('rrulewrapper pickling test failed')
250 raise
251
252
253def test_shared():

Callers

nothing calls this directly

Calls 1

rrulewrapperClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…