tm1filetools.files.binary package

Classes representing different TM1 binary file types.

tm1filetools.files.binary.binary module

class tm1filetools.files.binary.binary.TM1BinaryFile(path)

Bases: TM1File

Base class for TM1 binary files (cub, dim etc)

attribute_prefix = '}ElementAttributes_'

tm1filetools.files.binary.cube module

class tm1filetools.files.binary.cube.TM1AttributeCubeFile(path)

Bases: TM1CubeFile

A class representation of a tm1 attribute cube file

prefix = '}ElementAttributes_'
class tm1filetools.files.binary.cube.TM1CellSecurityCubeFile(path)

Bases: TM1CubeFile

A class representation of a tm1 cell security cube file

prefix = '}CellSecurity_'
class tm1filetools.files.binary.cube.TM1CubeFile(path)

Bases: TM1BinaryFile

A class representation of a tm1 cube file

suffix = 'cub'
class tm1filetools.files.binary.cube.TM1PicklistCubeFile(path)

Bases: TM1CubeFile

A class representation of a tm1 picklist cube file

prefix = '}Picklist_'

tm1filetools.files.binary.dimension module

class tm1filetools.files.binary.dimension.TM1AttributeDimensionFile(path)

Bases: TM1DimensionFile

A class representation of a tm1 dimension attribute dim file

prefix = '}ElementAttributes_'
class tm1filetools.files.binary.dimension.TM1DimensionFile(path)

Bases: TM1BinaryFile

A class representation of a tm1 dim file

suffix = 'dim'

tm1filetools.files.binary.feeders module

class tm1filetools.files.binary.feeders.TM1FeedersFile(path)

Bases: TM1BinaryFile

A class representation of a tm1 feeders file

suffix = 'feeders'