MCPcopy Create free account
hub / github.com/bslatkin/effectivepython / EmptyError

Class EmptyError

example_code/item_081.py:64–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62print("Example 2")
63try:
64 class EmptyError(Exception):
65 pass
66
67 list_c = []
68 if not list_c:

Callers 1

item_081.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected