Skip to content

Add dynamic .so import example #1

@paranlee

Description

@paranlee

Add real example like below.

""" dynamic so import """
def test_func_python_wrapper(arg, so_lib_path = 'my/path/myLib.so'):
    CDLL(so_lib_path).this_func_in_the_so_lib_will_tested(arg):

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions