Home
last modified time | relevance | path

Searched refs:_colwidth (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dcalendar.py592 _colwidth = 7*3 - 1 # Amount printed by prweek() variable
596 def format(cols, colwidth=_colwidth, spacing=_spacing):
601 def formatstring(cols, colwidth=_colwidth, spacing=_spacing):
/external/python/cpython3/Lib/
Dcalendar.py636 _colwidth = 7*3 - 1 # Amount printed by prweek() variable
640 def format(cols, colwidth=_colwidth, spacing=_spacing):
645 def formatstring(cols, colwidth=_colwidth, spacing=_spacing):