|
2
|
There are no ABCs for ordering operations. This is because the recursive class difinition like:
is invalid syntax. This recipe implements an ABC ordering class with using decorator.
|
Add a comment
Sign in to comment
|
2
|
There are no ABCs for ordering operations. This is because the recursive class difinition like:
is invalid syntax. This recipe implements an ABC ordering class with using decorator.
|
Sign in to comment