Package yagdoc :: Module linker :: Class IndexItem
[show private | hide private]
[frames | no frames]

Type IndexItem

object --+
         |
        IndexItem


An index item.
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

file

Item file (file attribute of <item>).
Type:
str
Value:
<member 'file' of 'IndexItem' objects>                                 

fragment

Item fragment (fragment attribute of <item>). This is also the element id.
Type:
str
Value:
<member 'fragment' of 'IndexItem' objects>                             

name

Item name (name attribute of <item>).
Type:
str
Value:
<member 'name' of 'IndexItem' objects>                                 

type

Item type (type attribute of <item>).
Type:
str
Value:
<member 'type' of 'IndexItem' objects>                                 

Class Variable Details

__slots__

Type:
list
Value:
['type', 'name', 'file', 'fragment']                                   

Generated by Epydoc 2.1 on Fri Oct 5 00:36:53 2007 http://epydoc.sf.net