Initializing help system before first use

xpressinsight.ItemInfo

Purpose
A class containing information for a repository item.
Synopsis
class xpressinsight.ItemInfo
Arguments
id: str 
Item id.
type: str 
Item type ( "FOLDER" or scenario type identifier). Default: 'SCENARIO'.
name: str 
Item name.
path: str 
Item path. Equivalent to parent_path + RepositoryPath.encode_element(name), except for application root folders.
parent_path: str 
Item parent path. Begins and ends with a slash '/'.
Example
Create an ItemInfo for use in a test.
>>> insight.add_item_info(xi.ItemInfo(
...             id='my_scenario_id',
...             name='My Scenario Name',
...             type='SCENARIO',
...             path='/my_app/my_folder/my_scenario',
...             parent_path='/my_app/my_folder'))			
Related topics

© 2001-2024 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.