class documentation

class _StateProviderImpl(StateProvider, Generic[T]):

View In Hierarchy

Undocumented

Method provideState Provides a state string for self.
Class Variable generator Undocumented
Class Variable item Undocumented
def provideState(self) -> str:

Provides a state string for self.

Objects with this function don't require to provide a separate state= parameter when constructing a Target. Instead this function is used to get the stateb representation.

generator: Callable[[T], str] =

Undocumented

item: T =

Undocumented