.demands
PlanitProject property
Description
The .demands property allows access to the in-memory version of the parsed input demands
Return type
Demands implementation
Example 1
from planit import *
# Create instance and access in-memory demands instance
planit_instance = Planit()
planit_instance.project.demands.<call method>
See also
Demands describes the options available on the demands implementation
Source code
Class PlanitProject
in project.py