1.4. pymilestone.element_type.py

Module containing the enumeration of the different elemen types of the milestoneplan (caption, subcaption, task, milestione).

class pymilestone.element_type.ElementType(value)

Enumeration of the different elemen types of the milestoneplan (caption, subcaption, task, milestione).

CAPTION = 'CAPTION'

Caption.

MILESTONE = 'MILESTONE'

Milestone.

SUBCAPTION = 'SUBCAPTION'

Subcaption

TASK = 'TASK'

Task.

_member_type_

alias of str