Changeset - 1341be63734a
default
0
1
0
cleanup: use standard NotImplementedError for abstract methods
From the Python docs on NotImplementedError:
In user defined base classes, abstract methods should raise this
exception when they require derived classes to override the method.
From the Python docs on NotImplementedError:
In user defined base classes, abstract methods should raise this
exception when they require derived classes to override the method.
1 file changed with 2 insertions and 4 deletions:
0 comments (0 inline, 0 general)
0 comments (0 inline, 0 general)