do_not_expand_shift_return property

CompatibilityOptions.do_not_expand_shift_return property

Don’t Justify Lines Ending in Soft Line Break.

@property
def do_not_expand_shift_return(self) -> bool:
    ...

@do_not_expand_shift_return.setter
def do_not_expand_shift_return(self, value: bool):
    ...

See Also