Skip to content

Add __doc__ setting to _wrap() function #5

@wdoekes

Description

@wdoekes
sigemptyset = _wrap(libc.sigemptyset, [0])
sigemptyset.__doc__ = 'int sigemptyset(sigset_t *set)'

This could be:

sigemptyset = _wrap(
    libc.sigemptyset, [0], 'int sigemptyset(sigset_t *set)')

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions