MCPcopy Index your code
hub / github.com/python/cpython / wochentag

Function wochentag

Lib/turtledemo/clock.py:91–94  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

89 display_date_time()
90
91def wochentag(t):
92 wochentag = ["Monday", "Tuesday", "Wednesday",
93 "Thursday", "Friday", "Saturday", "Sunday"]
94 return wochentag[t.weekday()]
95
96def datum(z):
97 monat = ["Jan.", "Feb.", "Mar.", "Apr.", "May", "June",

Callers 1

display_date_timeFunction · 0.85

Calls 1

weekdayMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…