Skip to content

Commit 2caef4c

Browse files
committed
drop(plot) unused x2 util funcs from pre-themes
1 parent bd42d16 commit 2caef4c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

graphtik/plot.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -176,15 +176,6 @@ def parse_dot_data(s):
176176
_monkey_patch_for_jupyter(pydot)
177177

178178

179-
def _is_class_value_in_list(lst, cls, value):
180-
return any(isinstance(i, cls) and i == value for i in lst)
181-
182-
183-
def _merge_conditions(*conds):
184-
"""combines conditions as a choice in binary range, eg, 2 conds --> [0, 3]"""
185-
return sum(int(bool(c)) << i for i, c in enumerate(conds))
186-
187-
188179
# TODO: move to base.py, to reduce fan-in imports (and be frank with module diagram).
189180
def graphviz_html_string(
190181
s, *, repl_nl=None, repl_colon=None, xmltext=None,

0 commit comments

Comments
 (0)