-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
I can seemingly install libyang correctly, but then am not getting information when trying to query a module:
>>> import libyang
>>> ctx = libyang.Context('/home/me/projects/libyang/models')
>>> module = ctx.load_module('yang')
>>> print(module)
yang
Has the print behavior changed since the README was made?
Metadata
Metadata
Assignees
Labels
No labels