openfl.native.native.get_plan#
- openfl.native.native.get_plan(fl_plan=None, indent=4, sort_keys=True)[source]#
Returns a string representation of the current Plan.
- Parameters:
fl_plan (Plan) – The plan to get a string representation of. If None, a new plan is set up. Defaults to None.
indent (int) – The number of spaces to use for indentation in the string representation. Defaults to 4.
sort_keys (bool) – Whether to sort the keys in the string representation. Defaults to True.
- Returns:
A string representation of the plan.
- Return type:
str