Share via


DictClass.staticMethod Method

Provides the name of a specified static method in a class.

Syntax

public str staticMethod(int methodNumber)

Run On

Called

Parameters

  • methodNumber
    Type: int
    An integer data type that specifies a method in a class, based on the order of the methods.

Return Value

Type: str
A string data type value for the method name.

Remarks

The _methodNumber parameter starts counting at 1.

See Also

Reference

DictClass Class