()
| 29 | |
| 30 | |
| 31 | def get_current_scope(): |
| 32 | global _threadlocal_scope |
| 33 | if not hasattr(_threadlocal_scope, "current_scope"): |
| 34 | _threadlocal_scope.current_scope = {} |
| 35 | return _threadlocal_scope.current_scope |
no outgoing calls
no test coverage detected
searching dependent graphs…