Created
March 2, 2023 17:31
-
-
Save pzelnip/a9fa03dabaf445347142d9ca17121252 to your computer and use it in GitHub Desktop.
Test code snippet
This file contains 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
@classmethod | |
def get_sort_key(cls, **kwargs): | |
_id = kwargs.get("sort_id") | |
return f"{cls.classname()}:{_id}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment