MCPcopy Create free account

hub / github.com/codereport/jello / functions

Functions49 in github.com/codereport/jello

↓ 33 callersFunctionunit_test
(expr: str, exp_monad_res: str, exp_dyad_res)
src/test.py:8
↓ 3 callersFunctionindex_of_subseq
(seq: list, sub: list)
src/utils.py:25
↓ 3 callersFunctionrun_jelly
(expr: str, args: list[str], display)
src/jello.py:25
↓ 2 callersMethodadd_subtree
(self, level, start, end, s)
src/grid.py:16
↓ 2 callersMethodfill_in_vertical_bars
(self)
src/grid.py:30
↓ 2 callersFunctionfirsts
(seq: list)
src/draw.py:74
↓ 2 callersFunctionhas
(chain_arity_tree: list[tuple], target: list)
src/draw.py:62
↓ 2 callersFunctionis_nilad_array
(s: str)
src/jello.py:55
↓ 2 callersFunctionprint_advisement
(old: str, new: str, prev: bool)
src/algorithm.py:56
↓ 2 callersFunctionto_jelly
(token: str)
src/jello.py:58
↓ 1 callersMethodadd_level
(self)
src/grid.py:12
↓ 1 callersFunctionarity_chain_repr
(i: int)
src/jello.py:82
↓ 1 callersFunctionarity_notation_to_english
(an: str, translate)
src/arity_notation.py:32
↓ 1 callersMethodccs
(self)
src/grid.py:44
↓ 1 callersFunctionchain_arity_to_string
(chain_arity: list[int])
src/jello.py:87
↓ 1 callersFunctionchallenge_tests
()
src/test.py:18
↓ 1 callersFunctionclear_screen
()
src/jello.py:22
↓ 1 callersFunctioncolored_keywords
(args, expr)
src/jello.py:96
↓ 1 callersFunctioncomb_arity
(c: str)
src/draw.py:25
↓ 1 callersFunctioncomb_offset
(c: str)
src/draw.py:28
↓ 1 callersFunctioncomb_width
(c: str, initial_call: bool)
src/draw.py:18
↓ 1 callersFunctioncombinator_from_pattern_match
(chain: list[int], is_monadic: bool, initial_call: bool)
src/draw.py:34
↓ 1 callersFunctioncombinator_tree
( chain: list[int], # chain_arity_tree chain_type: Chain, initial_call: bool,
src/draw.py:77
↓ 1 callersFunctionconvert
(expr: list[str])
src/jello.py:67
↓ 1 callersFunctiondescribe
(c: str, translate)
src/arity_notation.py:41
↓ 1 callersMethoddisplay
(self, indent = 0)
src/grid.py:52
↓ 1 callersFunctionhas_quick
(chain_arity_tree: list[tuple])
src/draw.py:71
↓ 1 callersFunctionhas_separator
(chain_arity_tree: list[tuple])
src/draw.py:68
↓ 1 callersFunctionkeyword_arity
(k: str)
src/jello.py:70
↓ 1 callersFunctionkeyword_color
(k: str)
src/jello.py:90
↓ 1 callersFunctionskip_trace
(converted_expr: list[str], i: int)
src/jello.py:104
↓ 1 callersFunctionspaced_jelly_atoms
(args, expr)
src/jello.py:99
Method__init__
(self, n)
src/grid.py:8
Functionadvisor
(keywords: list[str])
src/algorithm.py:64
Functioncolor
(i: int)
src/draw.py:15
Functioncombinator_chain_sequence
(chain: list[int], chain_type: Chain)
src/draw.py:149
Functioncprint
(s: str, c, newline: bool)
src/draw.py:11
Functionexplain
()
src/arity_notation.py:51
Functionis_subseq_of
(seq: list, sub: list)
src/utils.py:31
Functionlist_split
(seq: list, delimeter)
src/utils.py:51
Functionnum_to_greek_arity
(i: int)
src/arity_notation.py:26
Functionnum_to_latin_arity
(i: int)
src/arity_notation.py:29
Functionprocess_combinations
(arg, out, combinations)
src/jello.py:111
Functionremove_all
(seq, remove)
src/utils.py:48
Functionreplace
(seq: list, target: list, to: list)
src/utils.py:34
Functionseparator_to_chain
(s: Separator)
src/utils.py:20
Functionsplit_keep
(text: str, delimiter: str)
src/utils.py:41
Functionsplit_keep_multiple_delimiters
(text, delimiters)
src/utils.py:44
Functionwidth_adjustment
(width: int)
src/draw.py:31