robshakir / pyangbind

A plugin for pyang that creates Python bindings for a YANG model.
Other
204 stars 121 forks source link

355: yang type instance-identifier implemented with YANGInstanceIden… #360

Open sanchayanghosh opened 2 months ago

sanchayanghosh commented 2 months ago

…tifier

Fixes #355

Puts the YANGInstanceIdentifier type as an implementation of instance-identifier built-in YANG type.

THis function currently gets and sets the YANG instance identifier methods.

sanchayanghosh commented 2 months ago