Is there a shortcut to swap x
and y
during assignment x = y
. For example:
some_object.some_property = another_object.another_property
becomes
another_object.another_property = some_object.some_property
Is there a shortcut to swap x
and y
during assignment x = y
. For example:
some_object.some_property = another_object.another_property
becomes
another_object.another_property = some_object.some_property