.demands
PLANit 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.demands.<call method>
See also
Demands describes the options available on the demands implementation
Source code
Class PLANit
in PLANit.py