class documentation
class GalleryCompatibleThing(Protocol): (source)
Protocol for checking Things using the gallery are complete.
Note that runtime checkable protocols only check that the methods exist, not the full signatures. This means that anything attempting to define the methods will be picked up, but may throw an error when used.
| Method | get |
Undocumented |
| Class Variable | gallery |
Undocumented |
| Class Variable | gallery |
Undocumented |
| Class Variable | show |
Undocumented |
| Class Variable | _thing |
Undocumented |