A class storing an `ExecuteInCriticalResource` op and associated attrs.
| 44 | |
| 45 | |
| 46 | class _ExecutionSignature( |
| 47 | collections.namedtuple("_ExecutionSignature", |
| 48 | ("op", "handle", |
| 49 | "resources", "exclusive_resource_access"))): |
| 50 | """A class storing an `ExecuteInCriticalResource` op and associated attrs.""" |
| 51 | pass |
| 52 | |
| 53 | |
| 54 | def _identity(x): |