posit-dev/py-shiny

Renderer's `._session` should be made public

schloerke opened this issue · 0 comments

When looking at great-tables, they make use of the meta data session for session._process_ui().

Given our (@wch) conversations on making sure the session being used within the Renderer is the Session from init time only (and not runtime, possibly within a module).


Implementation thoughts:

Option 1 ( making the variable public ) seems like a simpler approach as users will not need ask for the session every time they need access