cacheSelfie().xxx_TODO()
should cascade through later cacheSelfie
calls
#237
Labels
enhancement
New feature or request
A classic problem in Jupyter / IPython workflows is:
If you use
//selfieonce
or//SELFIEWRITE
, these sorts of problems don't happen. But with_TODO
they can. We should probably have something like this in our settings:This is quite hazardous with
cacheSelfie
. WithexpectSelfie
it's not hazardous but can be annoying. I'm inclined for this functionality to be limited only toCacheTodoCascade
, but it's worth considering justTodoCascade
and use it for bothexpectSelfie
andcacheSelfie
calls.The text was updated successfully, but these errors were encountered: