MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / execute

Method execute

misc/python/materialize/checks/actions.py:72–74  ·  view source on GitHub ↗
(self, e: Executor)

Source from the content-addressed store, hash-verified

70 self.interval = interval
71
72 def execute(self, e: Executor) -> None:
73 print(f"Sleeping for {self.interval} seconds")
74 time.sleep(self.interval)
75
76 def join(self, e: Executor) -> None:
77 pass

Callers 15

connectMethod · 0.45
_result_checksumMethod · 0.45
dump_sltFunction · 0.45
mainFunction · 0.45
setupMethod · 0.45
ingestFunction · 0.45
run_queryFunction · 0.45
_copy_chunkFunction · 0.45
_mysql_chunkFunction · 0.45
runMethod · 0.45
start_initializeMethod · 0.45

Calls 1

sleepMethod · 0.45

Tested by 12

create_connectionMethod · 0.36
create_cursorMethod · 0.36
_query_settingsMethod · 0.36
_execute_sqlMethod · 0.36
setup_structuresFunction · 0.36
exist_structuresFunction · 0.36
materialize_poolFunction · 0.36
test_basic_toolFunction · 0.36
test_exists_toolFunction · 0.36
test_type_handling_keysFunction · 0.36
churn_ddlMethod · 0.36