MCPcopy Index your code
hub / github.com/RustPython/RustPython / get_git_datetime

Function get_git_datetime

crates/vm/src/version.rs:124–129  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

122}
123
124pub fn get_git_datetime() -> String {
125 let date = get_git_date();
126 let time = get_git_time();
127
128 format!("{date} {time}")
129}
130
131// Must be aligned to Lib/importlib/_bootstrap_external.py
132// Bumped to 2994 for new CommonConstant discriminants (BuiltinList, BuiltinSet)

Callers

nothing calls this directly

Calls 2

get_git_dateFunction · 0.85
get_git_timeFunction · 0.85

Tested by

no test coverage detected