class documentation

Provide subscript item access for backward compatibility. >>> recwarn = getfixture('recwarn') >>> ep = EntryPoint(name='name', value='value', group='group') >>> ep[:] ('name', 'value', 'group') >>> ep[0] 'name' >>> len(recwarn) 1

Method __getitem__ Undocumented
Class Variable _warn Undocumented
def __getitem__(self, item): (source)

Undocumented

Undocumented