OFF | cURL : OFF | WGET : ON | Perl : ON | Python : OFF Directory (0755) : /lib/python3/dist-packages/uaclient/ |
Home | ☍ Command | ☍ Upload File | ☍Info Server | ☍ Buat File | ☍ Mass deface | ☍ Jumping | ☍ Config | ☍ Symlink | ☍ About |
---|
from typing import Any, Callable, Dict, List, Optional, Tuple, Union from uaclient.messages import NamedMessage StaticAffordance = Tuple[NamedMessage, Callable[[], Any], bool] MessagingOperations = List[Union[str, Tuple[Callable, Dict]]] MessagingOperationsDict = Dict[str, Optional[MessagingOperations]]