Project

General

Profile

Actions

Feature #17463

open

Enable python modules to get() only a sub-tree of an object

Added by John Spray over 7 years ago. Updated over 5 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
python interface
Target version:
-
% Done:

0%

Source:
other
Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:

Description

Currently in rest.Module.get_sync_object, there is a "path" parameter which is used by the application code to request only a part of a larger data structure. This is handled in python at the moment, meaning that the whole structure is being built into a python dict on the C++ side.

It would be more efficient to enable passing a path like this through to the C++ side, and then having PyFormatter avoid constructing all the python objects for the parts of the structure that are not required by the caller.

No data to display

Actions

Also available in: Atom PDF