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

Method inner_func

lib/matplotlib/dates.py:1035–1038  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

1033 # dates and ones that return lists of dates.
1034 if not returns_list:
1035 def inner_func(*args, **kwargs):
1036 args, kwargs = normalize_args(args, kwargs)
1037 dt = f(*args, **kwargs)
1038 return self._attach_tzinfo(dt, self._tzinfo)
1039 else:
1040 def inner_func(*args, **kwargs):
1041 args, kwargs = normalize_args(args, kwargs)

Callers

nothing calls this directly

Calls 2

_attach_tzinfoMethod · 0.95
fFunction · 0.70

Tested by

no test coverage detected