| 144 | | class StrongContextApply_p_s(ContextApply_p_s_mixin, _StrongContextApply): pass |
|---|
| 145 | | class StrongContextApply_s_p(ContextApply_s_p_mixin, _StrongContextApply): pass |
|---|
| 146 | | class StrongContextApply_p(ContextApply_p_mixin, _StrongContextApply): pass |
|---|
| 147 | | class StrongContextApply_s(ContextApply_s_mixin, _StrongContextApply): pass |
|---|
| 148 | | class StrongContextApply_0(ContextApply_0_mixin, _StrongContextApply): pass |
|---|
| 149 | | |
|---|
| 150 | | class WeakContextApply_p_s(ContextApply_p_s_mixin, _WeakContextApply): pass |
|---|
| 151 | | class WeakContextApply_s_p(ContextApply_s_p_mixin, _WeakContextApply): pass |
|---|
| 152 | | class WeakContextApply_p(ContextApply_p_mixin, _WeakContextApply): pass |
|---|
| 153 | | class WeakContextApply_s(ContextApply_s_mixin, _WeakContextApply): pass |
|---|
| 154 | | class WeakContextApply_0(ContextApply_0_mixin, _WeakContextApply): pass |
|---|
| | 145 | class StrongContextApply_p_s(ContextApply_p_s_mixin, _StrongContextApply): |
|---|
| | 146 | __slots__ = ('args', 'kw') |
|---|
| | 147 | class StrongContextApply_s_p(ContextApply_s_p_mixin, _StrongContextApply): |
|---|
| | 148 | __slots__ = ('args', 'kw') |
|---|
| | 149 | class StrongContextApply_p(ContextApply_p_mixin, _StrongContextApply): |
|---|
| | 150 | __slots__ = () |
|---|
| | 151 | class StrongContextApply_s(ContextApply_s_mixin, _StrongContextApply): |
|---|
| | 152 | __slots__ = ('args', 'kw') |
|---|
| | 153 | class StrongContextApply_0(ContextApply_0_mixin, _StrongContextApply): |
|---|
| | 154 | __slots__ = () |
|---|
| | 155 | |
|---|
| | 156 | class WeakContextApply_p_s(ContextApply_p_s_mixin, _WeakContextApply): |
|---|
| | 157 | __slots__ = ('args', 'kw') |
|---|
| | 158 | class WeakContextApply_s_p(ContextApply_s_p_mixin, _WeakContextApply): |
|---|
| | 159 | __slots__ = ('args', 'kw') |
|---|
| | 160 | class WeakContextApply_p(ContextApply_p_mixin, _WeakContextApply): |
|---|
| | 161 | __slots__ = () |
|---|
| | 162 | class WeakContextApply_s(ContextApply_s_mixin, _WeakContextApply): |
|---|
| | 163 | __slots__ = ('args', 'kw') |
|---|
| | 164 | class WeakContextApply_0(ContextApply_0_mixin, _WeakContextApply): |
|---|
| | 165 | __slots__ = () |
|---|