Skip to content

python stub for pack has incorrect type #9057

@dshekter

Description

@dshekter

The stub generator for the Pack function

stub << " def Pack(self, builder: flatbuffers.Builder) -> None: ...\n";
says Pack returns None, but it returns an integer since it returns the value from end End function which is an int (aka uoffset).

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