Move from @cbook.deprecated to @_api.deprecated - #18823
Conversation
|
Actually, no not okay, |
51444ba to
be20463
Compare
be20463 to
47f73d7
Compare
|
Why not just Don't really have a strong opinion here but I figure you've given it some thought so wanted to know. |
brunobeltran
left a comment
There was a problem hiding this comment.
I'm convinced by the argument that everything should live under _api. At that point, I would honestly prefer if everything was just inlined into _api directly (especially since I'm about to move one random function into _api.deprecation just to avoid circular imports (#18817)), but it doesn't seem like doing it this way for now fundamentally hurts our ability to do differently moving forward so...it'd be good to get this in.

PR Summary
Follow-up to #18657, which moved the functions. This PR now starts to move their usages in our code base.