MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / __str__

Method __str__

tools/python-3.11.9-amd64/Lib/datetime.py:2051–2053  ·  view source on GitHub ↗

Convert to string, for str().

(self)

Source from the content-addressed store, hash-verified

2049 return s
2050
2051 def __str__(self):
2052 "Convert to string, for str()."
2053 return self.isoformat(sep=' ')
2054
2055 @classmethod
2056 def strptime(cls, date_string, format):

Callers

nothing calls this directly

Calls 1

isoformatMethod · 0.95

Tested by

no test coverage detected