Package comodit_client :: Package api :: Module files :: Class File

Class File


File entity representation. A file is the representation of a template. The template may be rendered after values are assigned to its variables (see ComodIT documentation).

Instance Methods

Inherited from FileEntity: get_content, read_content, set_content

Inherited from entity.Entity: __init__, create, delete, dump, load, refresh, rename, show, update

Inherited from util.json_wrapper.JsonWrapper: dump_json, get_json, get_real_json, load_json, print_json, set_json

Inherited from object: __long__, __native__, __nonzero__, __unicode__, next

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties
Delimiter delimiter
File's delimiter.

Inherited from FileEntity: content_url

Inherited from entity.Entity: client, description, identifier, label, name, url, uuid

Inherited from object: __class__

Property Details

delimiter

File's delimiter.

Get Method:
unreachable.delimiter(self) - File's delimiter.
Set Method:
unreachable.delimiter(self, delim) - Sets file's delimiter.
Type:
Delimiter