Searched refs:DecoratorCallable (Results 1 – 5 of 5) sorted by relevance
/external/scapy/scapy/ |
D | utils.py | 77 DecoratorCallable, 3598 def _inspectkwargs(func: DecoratorCallable) -> None: argument 3614 func: DecoratorCallable, argument 3635 func: DecoratorCallable, argument 3653 ) -> Callable[[DecoratorCallable], DecoratorCallable]: 3657 def func(cmd: DecoratorCallable) -> DecoratorCallable: argument 3668 …def addoutput(cls, cmd: DecoratorCallable) -> Callable[[DecoratorCallable], DecoratorCallable]: #… argument 3672 def func(processor: DecoratorCallable) -> DecoratorCallable: argument 3679 …def addcomplete(cls, cmd: DecoratorCallable) -> Callable[[DecoratorCallable], DecoratorCallable]: … argument 3683 def func(processor: DecoratorCallable) -> DecoratorCallable: argument [all …]
|
D | compat.py | 108 DecoratorCallable = TypeVar("DecoratorCallable", bound=Callable[..., Any]) variable
|
D | data.py | 32 from scapy.compat import DecoratorCallable
|
D | config.py | 58 from scapy.compat import DecoratorCallable
|
D | automaton.py | 57 from scapy.compat import DecoratorCallable
|