mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2025-12-31 21:06:25 +00:00
float assignments to class_handler.py
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
from enum import Enum, auto
|
||||
from typing import Any, Callable, Dict, List, Optional, TypedDict
|
||||
from typing import Any, Dict, List, Optional, TypedDict
|
||||
from dataclasses import dataclass
|
||||
|
||||
from pythonbpf.vmlinux_parser.dependency_node import Field
|
||||
@ -13,6 +13,7 @@ class AssignmentType(Enum):
|
||||
FUNCTION_POINTER = auto()
|
||||
POINTER = auto() # again, probably won't be used
|
||||
|
||||
|
||||
@dataclass
|
||||
class FunctionSignature(TypedDict):
|
||||
return_type: str
|
||||
|
||||
Reference in New Issue
Block a user