Skip to content

Commit 74dd097

Browse files
committed
-
1 parent e8131b4 commit 74dd097

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source_py3/python_toolbox/math_tools/sequences.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ def shitfuck(k, recurrence_counter):
112112
_catshit_cache = {}
113113

114114
def catshit(k, recurrence_counter):
115+
'''
116+
blocktodo gotta properly name these two sons of bitches
117+
'''
115118
from python_toolbox import nifty_collections
116119
from python_toolbox import cute_iter_tools
117120
if not isinstance(recurrence_counter, nifty_collections.FrozenCrateCounter):

0 commit comments

Comments
 (0)