File

iota.session.File()

Description Iota File object.

Methods

Variables

  • name (str) file name

  • description (str) file description

  • id (int) file Id

  • filetype (str) file type

Methods

Delete file from the project

Example

file = my_scenario.get_file('my generic file')
file.delete()

Last updated

Was this helpful?