test_tzinfo Namespace Reference


Classes

class  BasicTest
class  PicklingTest
class  USEasternDSTStartTestCase
class  USEasternDSTEndTestCase
class  USEasternEPTStartTestCase
class  USEasternEPTEndTestCase
class  WarsawWMTEndTestCase
class  VilniusWMTEndTestCase
class  ReferenceUSEasternDSTStartTestCase
class  ReferenceUSEasternDSTEndTestCase
class  LocalTestCase

Functions

def test_suite

Variables

string EXPECTED_VERSION = '2008c'
string fmt = '%Y-%m-%d %H:%M:%S %Z%z'
tuple NOTIME = timedelta(0)
tuple UTC = pytz.timezone('UTC')
tuple GMT = pytz.timezone('GMT')

Function Documentation

def test_tzinfo::test_suite (  ) 

Definition at line 471 of file test_tzinfo.py.


Variable Documentation

Definition at line 18 of file test_tzinfo.py.

string test_tzinfo::fmt = '%Y-%m-%d %H:%M:%S %Z%z'

Definition at line 20 of file test_tzinfo.py.

tuple test_tzinfo::GMT = pytz.timezone('GMT')

Definition at line 27 of file test_tzinfo.py.

tuple test_tzinfo::NOTIME = timedelta(0)

Definition at line 22 of file test_tzinfo.py.

tuple test_tzinfo::UTC = pytz.timezone('UTC')

Definition at line 26 of file test_tzinfo.py.

© Copyright 2008-2009 Vyper Logix Corp., All Right Reserved; If you reference this document or any part of this document you must use the citation verbatim (including the link) "© Copyright 2008-2009 Vyper Logix Corp., All Right Reserved."

Notice: This source code contained in this document is NOT open source and is NOT being distributed as open source.

122,241 lines of code and growing...