| Trees | Indices | Help |
|
|---|
|
|
|
|||
|
|||
|
|||
|
|||
| conduit.DataType.DataType |
|
||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
_name_ = "Test Source"
|
|||
_description_ = "Emits TestDataTypes"
|
|||
_category_ = DataProviderCategory.DataProviderCategory("Test")
|
|||
_module_type_ = "source"
|
|||
_in_type_ = "test_type"
|
|||
_out_type_ = "test_type"
|
|||
_icon_ = "go-next"
|
|||
DEFAULT_NUM_DATA = 10
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Performs any (conduit.logging in, etc) which must be undertaken on the dataprovider prior to calling get_all(). Should gather all information so a subsequent call to get_all() can return the uids of all the data this dataprovider holds This function may be called multiple times so derived classes should be aware of this. Derived classes should call this function to ensure the dataprovider status is updated.
|
|
Returns data with the specified LUID. This function must be overridden by the appropriate dataprovider. Derived classes should call this function to ensure the dataprovider status is updated.
|
|
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Sat Aug 2 22:18:35 2008 | http://epydoc.sourceforge.net |