MCPcopy
hub / github.com/rueckstiess/mtools / group

Method group

mtools/mplotqueries/mplotqueries.py:273–277  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

271 self.plot_instances.append(self.plot_instance)
272
273 def group(self):
274 self.plot_instances = [pi for pi in self.plot_instances
275 if not pi.empty]
276 for plot_inst in self.plot_instances:
277 plot_inst.group()
278
279 def list_overlays(self):
280 target_path = os.path.join(self.home_path, self.mtools_path,

Callers 15

runMethod · 0.95
runMethod · 0.45
_get_log_pathMethod · 0.45
_doImportMethod · 0.45
_test_threadMethod · 0.45
_iterate_linesMethod · 0.45
_check_for_restartMethod · 0.45
_find_sharding_infoMethod · 0.45
addMethod · 0.45
extract_logsFunction · 0.45
string2dtMethod · 0.45
durationMethod · 0.45

Calls

no outgoing calls

Tested by 1

_test_threadMethod · 0.36