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_scalar  (  a  )[source]

Check if a is a scalar object and TypeGuard it.

Parameters:
aAny

The object to check.

Returns:
is_scalarTypeGuard[scalar]

if a is a scalar.

API navigation