While working on an IO manager, I realized there a...
# ask-community
s
While working on an IO manager, I realized there are a bunch of important public methods on
OutputContext
, like
has_asset_key
and
has_asset_partitions
, which are not rendered in docs. I think this is possibly just because they are lacking docstrings. Is that probably the correct explanation? If so I an make a PR to add a lot of docstrings.
🤖 1
s
Hi Spencer, thanks for the PR and for bringing to our attention-- this is also related to a broader issue I can take a look at (these methods should be rendered even without docstrings if marked
@public
)
👍 1