Return the element sort.
(self)
| 3862 | self._elem = elem |
| 3863 | |
| 3864 | def basis(self) -> SortRef: |
| 3865 | """Return the element sort.""" |
| 3866 | return self._elem |
| 3867 | |
| 3868 | def is_string(self) -> bool: |
| 3869 | """True if this is Seq(Char), i.e. String.""" |
nothing calls this directly
no outgoing calls
no test coverage detected