# _NULL_SENTRY

> **Class** in `langsmith`

📖 [View in docs](https://reference.langchain.com/python/langsmith/_expect/_NULL_SENTRY)

A sentinel singleton class used to distinguish omitted keyword arguments
from those passed in with the value None (which may have different behavior).

## Signature

```python
_NULL_SENTRY()
```

---

[View source on GitHub](https://github.com/langchain-ai/langsmith-sdk/blob/aadfe00ed2cf31808d14a32646e73030a9eeb0b5/python/langsmith/_expect.py#L76)