smallpond/execution/task.py [1261:1270]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @property
    def exec_on_scheduler(self) -> bool:
        return True

    @property
    def self_contained_output(self):
        return False

    def initialize(self):
        pass
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



smallpond/execution/task.py [1429:1438]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @property
    def exec_on_scheduler(self) -> bool:
        return True

    @property
    def self_contained_output(self):
        return False

    def initialize(self):
        pass
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



