home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Maximum CD 2010 November
/
maximum-cd-2010-11.iso
/
DiscContents
/
calibre-0.7.13.msi
/
file_1607
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Python Compiled Bytecode
|
2010-08-06
|
1.2 KB
|
21 lines
# Source Generated with Decompyle++
# File: in.pyc (Python 2.6)
__all__ = [
'StyleSheetList']
__docformat__ = 'restructuredtext'
__version__ = '$Id: stylesheetlist.py 1629 2009-01-04 18:58:47Z cthedot $'
class StyleSheetList(list):
def item(self, index):
try:
return self[index]
except IndexError:
return None
length = property((lambda self: len(self)), doc = 'The number of :class:`StyleSheet` objects in the list. The range of valid child stylesheet indices is 0 to length-1 inclusive.')