Skip to content

Modules print empty #143

Description

@dograt

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions