team-10/env/Lib/site-packages/scipy/_lib/pyprima/common/present.py
2025-08-02 07:34:44 +02:00

5 lines
No EOL
146 B
Python

def present(x):
'''
This is a Python equivalent of the Fortran 'present' function for optional arguments.
'''
return x is not None