Python pass Statement: When and How to Use It

Python pass statement placeholder guide

Use pass as an intentional no-op in Python while scaffolding functions, classes, branches, loops, and exception handlers without hiding unfinished behavior.