How do I manipulate a variable whose name conflicts with PDB commands?

后端 未结 4 858
离开以前
离开以前 2020-12-23 15:39

My code is, for better or worse, rife with single letter variables (it\'s physics stuff, so those letters are meaningful), as well as NumPy\'s, which I\'m often interacting

4条回答
  •  再見小時候
    2020-12-23 16:07

    That is not the direct answer to your question, but it may help you: PuDB is a console-based visual interface for PDB which separates commands from variable manipulation by design.

提交回复
热议问题