Module bptime :: Class BPTime
[hide private]
[frames] | no frames]

Class BPTime

source code

object --+
         |
        BPTime

Instance Methods [hide private]
 
__init__(self, v=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
_get_date(self) source code
 
_get_time(self) source code
 
__sub__(self, rhs) source code
 
__add__(self, rhs) source code
 
__eq__(self, rhs) source code
 
__ne__(self, rhs) source code
 
__lt__(self, rhs) source code
 
__le__(self, rhs) source code
 
__gt__(self, rhs) source code
 
__ge__(self, rhs) source code
 
_utc_to_local(self, offset_str=None) source code
 
set_iso_str(self, v) source code
 
iso_str(self, no_time=False, no_seconds=True) source code
 
date_str(self) source code
 
time_str(self, am_pm=True, default='') source code
 
get(self, default=(0, 0, 0, 0, 0)) source code
 
set(self, v) source code
 
mktime(self) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]
  date
  time

Inherited from object: __class__

Method Details [hide private]

__init__(self, v=None)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

date

Get Method:
_get_date(self)

time

Get Method:
_get_time(self)