MCPcopy Index your code
hub / github.com/github/copilot-sdk / from_datetime

Function from_datetime

python/copilot/generated/rpc.py:75–76  ·  view source on GitHub ↗
(x: Any)

Source from the content-addressed store, hash-verified

73 return x
74
75def from_datetime(x: Any) -> datetime:
76 return dateutil.parser.parse(x)
77
78# Experimental: this type is part of an experimental API and may change or be removed.
79@dataclass

Callers 11

from_dictMethod · 0.70
from_dictMethod · 0.70
from_dictMethod · 0.70
from_dictMethod · 0.70
from_dictMethod · 0.70
from_dictMethod · 0.70
from_dictMethod · 0.70
from_dictMethod · 0.70
from_dictMethod · 0.70
from_dictMethod · 0.50
_parse_session_timestampFunction · 0.50

Calls 1

parseMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…