<https://github.com/Eventual-Inc/Daft/blob/d5b9a95...
# daft-dev
a
https://github.com/Eventual-Inc/Daft/blob/d5b9a95a27fac14a916f3bbfffd8db0fdaaa8068/daft/daft/__init__.pyi#L1269 thoughts on adding
"""
pydoc things here? not sure it makaes sense. For instance had to look at source code to figure out what
desc
was
ah NVM
see they are in regular
.py
file
k
Yeah, stuff in daft/daft are pyo3 function binding definitions and are generally not used by the user directly
j
Also interestingly they are only used for Python type-checking The actual docstrings when generating documentation is taken from the Rust-side bindings
a
ah interesting