Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hellerve/programming-talks
/ print_year
Function
print_year
scripts/add_years.py:48–49 ·
view source on GitHub ↗
(year)
Source
from the content-addressed store, hash-verified
46
47
48
def
print_year(year):
49
return
' (%s)'
% (year.strip())
50
51
52
def
handle_log(log):
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected