class documentation
class StateProvider(Protocol):
Known subclasses: pythonbuilder.mavenrepo.MavenRepoArtifact, pythonbuilder.pbutil.Paths, pythonbuilder.pythonbuilder._StateProviderImpl
Undocumented
| Method | provide |
Provides a state string for self. |
overridden in
pythonbuilder.mavenrepo.MavenRepoArtifact, pythonbuilder.pbutil.Paths, pythonbuilder.pythonbuilder._StateProviderImplProvides 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.