This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# only demo purpose there no network_lib | |
from network_lib imnport network_lib, NetworkError | |
try: | |
network_lib.try_call_network_lib() | |
excpet NetworkError as e: | |
pass |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class UnImplementedClassYet: | |
pass | |
class NameTheErrorButNothingNew(Exception): | |
pass | |
for i in range(1, 10): | |
pass | |
x = -1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
none | pass | |
---|---|---|
none is an atom or expression in basic form | pass is a statement | |
none is a requirement to keep the undefined or nothingness values | pass I think has a lot to do with the indentation also | |
none is evaluated even though | pass is not evaluated |