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

Function appendmultiline

numpy/f2py/crackfortran.py:1590–1597  ·  view source on GitHub ↗
(group, context_name, ml)

Source from the content-addressed store, hash-verified

1588
1589
1590def appendmultiline(group, context_name, ml):
1591 if 'f2pymultilines' not in group:
1592 group['f2pymultilines'] = {}
1593 d = group['f2pymultilines']
1594 if context_name not in d:
1595 d[context_name] = []
1596 d[context_name].append(ml)
1597 return
1598
1599
1600def cracktypespec0(typespec, ll):

Callers 1

analyzelineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected