We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdd3922 commit 67b3db6Copy full SHA for 67b3db6
django_ltree/guess_label_size.py
@@ -27,3 +27,6 @@ def guess_the_label_size(path_size: int, combination_size: int):
27
label_size += 1
28
29
return label_size
30
+
31
32
+print(guess_the_label_size(0, 62))
0 commit comments