| Home | Trees | Indices | Help |
|---|
|
|
BaseAnnotator.BaseAnnotator --+
|
AnnotationIDAnnotator
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
>>> annotator = AnnotationIDAnnotator(); >>> print annotator.allColumns(); ['source2chemicalmix_id', 'name']
|
>>> annotator = AnnotationIDAnnotator(); >>> input = "1 TestStr TestVal None"; >>> print annotator.allValues(input); [1, 'TestStr'] >>> input = "2 TestInt 0 None"; >>> print annotator.allValues(input); [2, 'TestInt'] >>> input = "3 TestFloat 43.21 None"; >>> print annotator.allValues(input); [3, 'TestFloat']
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0beta1 on Thu Nov 8 17:49:26 2007 | http://epydoc.sourceforge.net |