mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-24 14:06:36 +00:00
Sketch for django_queryset_generator
function
This commit is contained in:
parent
15a9537b0e
commit
eb206f9f4d
@ -222,3 +222,7 @@ def remove_enclosed(haystack, /, open='[', close=']', sep=' ', *, valid=None, st
|
||||
return haystack
|
||||
return haystack[:o] + haystack[len(n)+c:]
|
||||
|
||||
|
||||
def django_queryset_generator(query_set, /):
|
||||
pass
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user