📜  python pass 命令是“什么都不做” - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:52.300000             🧑  作者: Mango

代码示例1
# pass  command will do nothing; i.e. no operation or nop in assembler

# in a debugger, a breakpoint at a "pass" 
# at end of code allows watch of all variables above it