SparkseePython3 6.1.0
sparksee.TypeExporterEvent Class Reference

Provides information about the progress of an TypeExproter instance. More...

Public Member Functions

 get_type_id (self)
 Gets the type identifier.
 get_total (self)
 Gets the total number of objects exported.
 get_count (self)
 Gets the current number of objects exported.
 is_last (self)
 Gets if this is the last event or not.

Detailed Description

Provides information about the progress of an TypeExproter instance.

Check out the 'Data export' section in the SPARKSEE User Manual for more details on this.

Author
Sparsity Technologies http://www.sparsity-technologies.com

Member Function Documentation

◆ get_count()

sparksee.TypeExporterEvent.get_count ( self)

Gets the current number of objects exported.

Returns
The current number of objects exported.

◆ get_total()

sparksee.TypeExporterEvent.get_total ( self)

Gets the total number of objects exported.

Returns
The total number of objects exported.

◆ get_type_id()

sparksee.TypeExporterEvent.get_type_id ( self)

Gets the type identifier.

Returns
The type identifier.

◆ is_last()

sparksee.TypeExporterEvent.is_last ( self)

Gets if this is the last event or not.

Returns
TRUE if this is the last event, FALSE otherwise.