iodata.test.test_attrutils module¶
Unit tests for iodata.attrutils.
- class FooBar(spam)[source]¶
Bases:
object
Just a silly class for testing convert_array_to.
- __init__(spam)¶
Method generated by attrs for class FooBar.
- class NoName0(xxx)[source]¶
Bases:
object
Test exception in validate_shape: unsupported item in shape_requirements.
- __init__(xxx)¶
Method generated by attrs for class NoName0.
- class NoName1(xxx)[source]¶
Bases:
object
Test exception in validate_shape: unsupported item in shape_requirements.
- __init__(xxx)¶
Method generated by attrs for class NoName1.
- class NoName2(xxx)[source]¶
Bases:
object
Test exception in validate_shape: other doest not exist.
- __init__(xxx)¶
Method generated by attrs for class NoName2.
- class NoName3(xxx, other)[source]¶
Bases:
object
Test exception in validate_shape: other is not an array.
- __init__(xxx, other)¶
Method generated by attrs for class NoName3.
- other¶