team-10/env/Lib/site-packages/scipy/_lib/pyprima/common/present.py

5 lines
146 B
Python
Raw Normal View History

2025-08-02 07:34:44 +02:00
def present(x):
'''
This is a Python equivalent of the Fortran 'present' function for optional arguments.
'''
return x is not None