Spaces:
Runtime error
Runtime error
File size: 239 Bytes
2fa4776 |
1 2 3 4 5 6 7 8 |
disable=R,C
[TYPECHECK]
# List of members which are set dynamically and missed by pylint inference
# system, and so shouldn't trigger E1101 when accessed. Python regular
# expressions are accepted.
generated-members=numpy.*,torch.*,cv2.*
|