Return a view of 'keys' for string column names represented by the underlying :class:`.Row`.
(self)
| 382 | ) |
| 383 | |
| 384 | def keys(self) -> RMKeyView: |
| 385 | """Return a view of 'keys' for string column names represented |
| 386 | by the underlying :class:`.Row`. |
| 387 | |
| 388 | """ |
| 389 | |
| 390 | return self._parent.keys |
| 391 | |
| 392 | def values(self) -> ROMappingKeysValuesView: |
| 393 | """Return a view of values for the values represented in the |
no outgoing calls