(self)
| 1275 | |
| 1276 | @property |
| 1277 | def user_global_ns(self): |
| 1278 | return self.user_module.__dict__ |
| 1279 | |
| 1280 | def prepare_user_module(self, user_module=None, user_ns=None): |
| 1281 | """Prepare the module and namespace in which user code will be run. |
nothing calls this directly
no outgoing calls
no test coverage detected