smartinspectpython.simethodparmlistcontext

Class that extends the InspectorViewerContext class, and is used to build method input parameter lists for display in the trace viewer.

Threadsafety:

This class is not guaranteed to be thread-safe.

SIMethodParmListContext(methodName: str)

Initializes a new instance of the class.

Arguments:
  • methodName (str): Name of the method.
Title: str

The trace viewer title.

MethodName: str

The method name specified on the class constructor.