Home
last modified time | relevance | path

Searched refs:DecoratorCallable (Results 1 – 5 of 5) sorted by relevance

/external/scapy/scapy/
Dutils.py77 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 …]
Dcompat.py108 DecoratorCallable = TypeVar("DecoratorCallable", bound=Callable[..., Any]) variable
Ddata.py32 from scapy.compat import DecoratorCallable
Dconfig.py58 from scapy.compat import DecoratorCallable
Dautomaton.py57 from scapy.compat import DecoratorCallable