Skip to content

Commit e09fd48

Browse files
committed
incomplete docstr for MPDataset
1 parent 961e21c commit e09fd48

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

mp_api/client/core/utils.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,9 @@ def __init__(
260260
path: Path | str
261261
A path-like string.
262262
document_model: ModelMetaclass
263-
263+
Pydantic document model for use during de-serialization of arrow data
264+
use_document_model: bool
265+
Use 'document_model' during de-serialization of arrow data.
264266
"""
265267
self._start = 0
266268
self._path = path

0 commit comments

Comments
 (0)