Home | Trees | Index | Help |
|
---|
Package yagdoc :: Module linker :: Class IndexItem |
|
object
--+
|
IndexItem
Method Summary | |
---|---|
__init__(self,
what,
type_,
file_,
fragment)
| |
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|
Instance Variable Summary | |
---|---|
str |
file : Item file (file attribute of
<item> ). |
str |
fragment : Item fragment (fragment attribute of
<item> ). |
str |
name : Item name (name attribute of
<item> ). |
str |
type : Item type (type attribute of
<item> ). |
Class Variable Summary | |
---|---|
list |
__slots__ = ['type', 'name', 'file', 'fragment']
|
Instance Variable Details |
---|
fileItem file (file attribute of
<item> ).
|
fragmentItem fragment (fragment attribute of
<item> ). This is also the element id.
|
nameItem name (name attribute of
<item> ).
|
typeItem type (type attribute of
<item> ).
|
Class Variable Details |
---|
__slots__
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Fri Oct 5 00:36:53 2007 | http://epydoc.sf.net |