(/* createWithContained */)
| 10421 | return this.createWithContained(contained_types); |
| 10422 | } |
| 10423 | createWithContained(/* createWithContained */) { |
| 10424 | throw new python.Error('Not implemented.'); |
| 10425 | } |
| 10426 | isUnionType() { |
| 10427 | return false; |
| 10428 | } |
no test coverage detected