MCPcopy
hub / github.com/Vespa314/chan.py / _low

Method _low

Seg/Seg.py:79–80  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

77 self.zs_lst = []
78
79 def _low(self):
80 return self.end_bi.get_end_klu().low if self.is_down() else self.start_bi.get_begin_klu().low
81
82 def _high(self):
83 return self.end_bi.get_end_klu().high if self.is_up() else self.start_bi.get_begin_klu().high

Callers 11

actual_breakMethod · 0.45
left_bi_breakMethod · 0.45
collect_first_segMethod · 0.45
try_add_new_segMethod · 0.45
situation1Function · 0.45
situation2Function · 0.45
cal_bi_sureMethod · 0.45
cal_bi_unsureMethod · 0.45
try_update_last_segMethod · 0.45
is_down_segFunction · 0.45
cal_bi_sureMethod · 0.45

Calls 3

is_downMethod · 0.95
get_end_kluMethod · 0.45
get_begin_kluMethod · 0.45

Tested by

no test coverage detected