class_args

Returns the init line of a class reference.

class_args(cls)

This function takes a class reference (not an instance of that class) in input and returns the init line of that class with the default values.

Parameters:

    cls : PyoObject class
        Class reference of the desired object init line.