NDR Conformant FieldListField
| 2332 | |
| 2333 | |
| 2334 | class NDRConfFieldListField(_NDRConfField, NDRFieldListField): |
| 2335 | """ |
| 2336 | NDR Conformant FieldListField |
| 2337 | """ |
| 2338 | |
| 2339 | COUNT_FROM = True |
| 2340 | |
| 2341 | |
| 2342 | class NDRConfVarFieldListField(_NDRConfField, _NDRVarField, NDRFieldListField): |
no outgoing calls
no test coverage detected
searching dependent graphs…