()
| 19 | |
| 20 | |
| 21 | def CurrentNameScope(): |
| 22 | global _threadlocal_scope |
| 23 | if not hasattr(_threadlocal_scope, "namescope"): |
| 24 | _threadlocal_scope.namescope = '' |
| 25 | return _threadlocal_scope.namescope |
| 26 | |
| 27 | |
| 28 | def CurrentDeviceScope(): |
no outgoing calls
no test coverage detected
searching dependent graphs…