Home
last modified time | relevance | path

Searched refs:illegal_s (Results 1 – 4 of 4) sorted by path

/dports/math/py-matplotlib/matplotlib-3.4.3/doc/api/prev_api_changes/api_changes_3.3.0/
H A Ddeprecations.rst63 ``DateFormatter.illegal_s``
/dports/math/py-matplotlib/matplotlib-3.4.3/doc/users/prev_whats_new/
H A Dgithub_stats_3.3.0.rst1059 * :ghpull:`15895`: Deprecate unused illegal_s attribute.
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/
H A Ddates.py595 def illegal_s(self): member in DateFormatter
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/
H A Ddates.py616 illegal_s = re.compile(r"((^|[^%])(%%)*%s)") variable in DateFormatter
735 fmt = self.illegal_s.sub(r"\1", fmt)