* Internal function to set the configuration of the ndframe
(config: Configs)
| 257 | * Internal function to set the configuration of the ndframe |
| 258 | */ |
| 259 | $setConfig(config: Configs): void { |
| 260 | this.$config = config |
| 261 | } |
| 262 | |
| 263 | /** |
| 264 | * Returns the indices of the NDFrame |
nothing calls this directly
no outgoing calls
no test coverage detected