| 1986 | self.label = label |
| 1987 | |
| 1988 | class Child(cls.Basic): |
| 1989 | def __init__(self, a=None, b=None, c=None): |
| 1990 | self.a = a |
| 1991 | self.b = b |
| 1992 | self.c = c |
| 1993 | |
| 1994 | def _test_scalar_mapped(self, collection_class): |
| 1995 | parents, children, Parent, Child = ( |
no outgoing calls