class documentation
class Type(pb_enum.Enum): (source)
Type of scope.
| Constant | __PB2 |
Undocumented |
| Constant | PRIVATE |
Private scope. |
| Constant | PUBLIC |
Public scope. |
| Constant | SCOPE |
Default, unspecified scope type. |
Inherited from Enum:
| Class Method | get |
Undocumented |
Undocumented
| Value |
|