You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever there's a MaybeSentinel, a comma/semicolon etc. is inserted if necessary. Usually, instead of only a comma or a semicolon, some whitespace is also inserted, e.g.,
import numpy; import scipy
(Note the space after ;.) I would like to have control over that whitespace. There are at least two possiblities here:
Set some property in MaybeSentinel
Resolve all MaybeSentinels in a tree and take care of the whitespace after that.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Whenever there's a
MaybeSentinel
, a comma/semicolon etc. is inserted if necessary. Usually, instead of only a comma or a semicolon, some whitespace is also inserted, e.g.,(Note the space after
;
.) I would like to have control over that whitespace. There are at least two possiblities here:MaybeSentinel
MaybeSentinel
s in a tree and take care of the whitespace after that.Is there a way to do either of these things?
Beta Was this translation helpful? Give feedback.
All reactions