filmov
tv
Python - Function Stubs - How to Write a Stub for your Functions - Code Example
Показать описание
A function stub is an incomplete function, and a placeholder where you can implement it later.
The pass keyword is used a placeholder for a required statement.
If a function stub is called, you may want to stop executing your program by raising a NotImplementError.
Subscribe to Appficial for more programming videos coming soon. Also, don't forget to click LIKE and comment on the video if it helped you out!
The pass keyword is used a placeholder for a required statement.
If a function stub is called, you may want to stop executing your program by raising a NotImplementError.
Subscribe to Appficial for more programming videos coming soon. Also, don't forget to click LIKE and comment on the video if it helped you out!