Scripting Object Extensions

Application

The Application object is extended by the following property:

Property

Returned Object / Value

Description

code_analysis

ScriptCodeAnalysis with attached functions / properties

The returned object provides access to the code analysis features like perform_full_analysis().

Refer to Python Scripting Objects.

Conventions Table

The Conventions Table object is extended by the following function:

Function

Returned Object / Value

Description

conventions_table()

ConventionsTableResults with attached functions / properties.

By calling this method, the convention table results are built by analyzing the code. The returned object provides access to the convention table results.

The configured convention of this convention table object is used.

Refer to Python Scripting Objects.

Metrics Table

The Metrics Table object is extended by the following function:

Function

Returned Object / Value

Description

metrics_table()

MetricsTableResults with attached functions / properties.

By calling this method, the metrics table results are built by analyzing the code. The returned object provides access to the metrics table results.

The configured metrics of this metrics table object is used.

Refer to Python Scripting Objects.