show_full_commenter_name property

show_full_commenter_name property

The full commenter name is shown in comments when set to True. Default is False.

Definition:

@property
def show_full_commenter_name(self):
    ...
@show_full_commenter_name.setter
def show_full_commenter_name(self, value):
    ...

See Also