MCPcopy
hub / github.com/agent0ai/agent-zero / to_crontab

Method to_crontab

tests/test_tool_action_contracts.py:835–836  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

833 self.__dict__.update(kwargs)
834
835 def to_crontab(self):
836 return f"{self.minute} {self.hour} {self.day} {self.month} {self.weekday}"
837
838 class FakeScheduledTask:
839 @classmethod

Callers 1

_validate_task_scheduleFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected