Skip to content

Undefined function in CBOR library #648

Open
@Tangerino

Description

@Tangerino

In CBOR library there are a couple of unidentified functions such as:

unpack_float16

def decode_float16(decoder):
    payload = decoder.read(2)
    return unpack_float16(payload)

and

undefined

special_decoders = {
    20: lambda self: False,
    21: lambda self: True,
    22: lambda self: None,
    23: lambda self: undefined,
    24: decode_simple_value,
    25: decode_float16,
    26: decode_float32,
    27: decode_float64,
    31: lambda self: break_marker,
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementFeature requests, new feature implementations

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions