()
| 122 | } |
| 123 | |
| 124 | pub 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) |
nothing calls this directly
no test coverage detected