Logo

A physics toolbox for laser spectroscopy.

Static Badge Static Badge Static Badge

Static Badge Static Badge

© 2026 Patrick Müller. All rights reserved.

qspec.is_sympy_expr  (  a  )[source]

Check if a is a sympy.AtomExpr instance and TypeGuard it.

Parameters:
aAny

The object to check.

Returns:
is_sympy_exprTypeGuard[sympy_expr]

if a is a sympy.AtomExpr instance.

API navigation