MCPcopy Create free account
hub / github.com/numpy/numpy / crack2fortran

Function crack2fortran

numpy/f2py/crackfortran.py:3504–3516  ·  view source on GitHub ↗
(block)

Source from the content-addressed store, hash-verified

3502
3503
3504def crack2fortran(block):
3505 global f2py_version
3506
3507 pyf = crack2fortrangen(block) + '\n'
3508 header = """! -*- f90 -*-
3509! Note: the context of this file is case sensitive.
3510"""
3511 footer = f"""
3512! This file was auto-generated with f2py (version:{f2py_version}).
3513! See:
3514! https://web.archive.org/web/20140822061353/http://cens.ioc.ee/projects/f2py2e
3515"""
3516 return header + pyf + footer
3517
3518
3519def _is_visit_pair(obj):

Callers 1

crackfortran.pyFile · 0.85

Calls 1

crack2fortrangenFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…