Buckets:
ranranrunforit/build-small-hackathon-storage / pylibs /numpy /f2py /tests /src /callback /gh26681.f90
| module utils | |
| implicit none | |
| contains | |
| subroutine my_abort(message) | |
| implicit none | |
| character(len=*), intent(in) :: message | |
| !f2py callstatement PyErr_SetString(PyExc_ValueError, message);f2py_success = 0; | |
| !f2py callprotoargument char* | |
| write(0,*) "THIS SHOULD NOT APPEAR" | |
| stop 1 | |
| end subroutine my_abort | |
| subroutine do_something(message) | |
| !f2py intent(callback, hide) mypy_abort | |
| character(len=*), intent(in) :: message | |
| call mypy_abort(message) | |
| end subroutine do_something | |
| end module utils | |
Xet Storage Details
- Size:
- 566 Bytes
- Xet hash:
- 5e73a0af9e77396a37d9829c0ba04d5e66498a3275ec339bf9363c9d4ec2b3f5
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.