Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi there,Hi there,I am trying to use Python to print out the result of a CRUD read in xml format. The following works perfectly:from ydk.models.cisco_ios_xr import Cisco_IOS_XR_l2vpn_oper as L2VpnOperdef get_xconnect(provider, crud): base_obj = L2...