(element: any)
| 224 | private $frameIsNotCompactibleForArithmeticOperation() { |
| 225 | const dtypes = this.dtypes; |
| 226 | const str = (element: any) => element == "string"; |
| 227 | return dtypes.some(str) |
| 228 | } |
| 229 |
nothing calls this directly
no outgoing calls
no test coverage detected