modal-labs / modal-client

Python client library for Modal
https://modal.com/docs
Apache License 2.0
271 stars 35 forks source link

Clean up naming of obj vs user_cls[_instance] #1944

Closed freider closed 3 months ago

freider commented 3 months ago

Describe your changes

The Cls code is quite confusing to read sometimes since we interchangeably use the word "obj" for both instances of the user's defined class and instances of the "wrapper" _Obj type returned by calling a _Cls (not to be confused with user_cls) 😵

freider commented 3 months ago

@prbot approve