Session
Last updated
Was this helpful?
Last updated
Was this helpful?
iota.session
This method start a new session of Iota. Once the session is loaded,
Classes
: class containing session object
: class containing project object
: class containing scenario object
Variables
projects
(list[Project]) list of projects in the database
Start new session
Arguments
username
: (str) username already registered in the database
config_file
: (str) file path of the system configuration (e.g C:/Users/Stephen/ParicleAnalytics/config.ini)
Example
Arguments
name
: (str) project name
description
: (str) user description of the project (default: '')
Example
Check the existence of a project by name
Arguments
name
: (str) project name
Example
Arguments
name
: (str) project name
Example
Return the total number of projects for some user
Example
Create a project with a specified name and description See for more info
Return a project, specified by a name See for more info