MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / fromstr

Method fromstr

site-packages/matplotlib/mlab.py:3062–3064  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

3060 FormatDate.__init__(self, fmt)
3061
3062 def fromstr(self, x):
3063 import dateutil.parser
3064 return dateutil.parser.parse(x)
3065
3066
3067@cbook.deprecated("2.2")

Callers

nothing calls this directly

Calls 1

parseMethod · 0.45

Tested by

no test coverage detected