Project

General

Profile

Bug #566 ยป 0003-generate_packets.py-fix-unescaped-union-type-annotat.patch

main - Alina Lenk, 05/08/2024 12:39 AM

View differences:

common/generate_packets.py
of this location's corresponding field address"""
return "field_addr.sub_location" + self.json_depth * "->sub_location"
def __matmul__(self, packet: str | None) -> str:
def __matmul__(self, packet: "str | None") -> str:
"""self @ packet
Code fragment of this location in the given packet, or in local
variables if packet is None"""
    (1-1/1)