Skip to content

Modules print empty #143

@dograt

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?

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