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

Method __init__

tools/python-3.11.9-amd64/Lib/xmlrpc/client.py:302–306  ·  view source on GitHub ↗
(self, value=0)

Source from the content-addressed store, hash-verified

300 """
301
302 def __init__(self, value=0):
303 if isinstance(value, str):
304 self.value = value
305 else:
306 self.value = _strftime(value)
307
308 def make_comparable(self, other):
309 if isinstance(other, DateTime):

Callers

nothing calls this directly

Calls 1

_strftimeFunction · 0.85

Tested by

no test coverage detected