-
Notifications
You must be signed in to change notification settings - Fork 54
Modules print empty #143
Copy link
Copy link
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels