Searched defs:Self (Results 1 – 3 of 3) sorted by relevance
21 Self = TypeVar("Self", bound="LogEntry") variable30 def from_instance(cls: Type[Self], instance: Self) -> Self:
63 using Self = RegMaskImpl<N>; variable