Esempio n. 1
0
    def get_schedule(element, params, since, deprecated):
        """
        Calls to this static method should ONLY originate from the
        get_schedule method in the Element class. DO NOT CALL THIS directly.
        Documentation here is intentionally brief.
        """

        return ScheduleAdaptor.get_schedule(element, params, since, deprecated)
Esempio n. 2
0
    def create_schedule(element, params, since, deprecated):
        """
        Calls to this static method should ONLY originate from the
        create_schedules method in the Element class. DO NOT CALL THIS
        directly. Documentation here is intentionally brief.
        """

        return ScheduleAdaptor.create_schedule(element, params,
                                               since, deprecated)