File
iota.session.File()
Description Iota File object.
Methods
Variables
name
(str) file namedescription
(str) file descriptionid
(int) file Idfiletype
(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?