Vega strike Python Modules doc  0.5.1
Documentation of the " Modules " folder of Vega strike
 All Data Structures Namespaces Files Functions Variables
calendar.py File Reference

Go to the source code of this file.

Data Structures

class  _indexer
 
class  _localized_month
 
class  _localized_day
 

Namespaces

 calendar
 

Constant Groups

 calendar
 

Functions

def firstweekday
 
def setfirstweekday
 
def isleap
 
def leapdays
 
def weekday
 
def monthrange
 
def monthcalendar
 
def prweek
 
def week
 
def weekheader
 
def prmonth
 
def month
 
def format3c
 
def format3cstring
 
def prcal
 
def calendar
 
def timegm
 

Variables

list __all__
 
 error = ValueError
 
int January = 1
 
int February = 2
 
list mdays = [0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31]
 
tuple day_name = _localized_day('%A')
 
tuple day_abbr = _localized_day('%a')
 
tuple month_name = _localized_month('%B')
 
tuple month_abbr = _localized_month('%b')
 
int _firstweekday = 0
 
int _colwidth = 7
 
int _spacing = 6
 
int EPOCH = 1970