moul :: file :: chatlog :: ChatlogView :: Class ChatlogView
[hide private]
[frames] | no frames]

Class ChatlogView



object --+
         |
        ChatlogView

A view of a single chat log file

Instance Methods [hide private]
  __init__(self, fname)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
  open(self)
Open fhe file
  close(self)
Close the file
  view(self)
View the file

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


Properties [hide private]
  name
Plain file name
  date
Date

Inherited from object: __class__


Method Details [hide private]

__init__(self, fname)
(Constructor)

 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)

open(self)

 
Open fhe file

close(self)

 
Close the file

view(self)

 

View the file

Returns an iterator which iterates over the lines of the file

Property Details [hide private]

name

Plain file name
Get Method:
unreachable.name(self) - Plain file name
Set Method:
None                                                                  
- helper for pickle
Delete Method:
None                                                                  
- helper for pickle

date

Date
Get Method:
unreachable.date(self) - Date
Set Method:
None                                                                  
- helper for pickle
Delete Method:
None                                                                  
- helper for pickle