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