Example #1
0
 def __init__(self, compact, referenceables,
              concreteValueClasses):  # type: (bool, bool, Set[Any]) -> None
     Dumper.__init__(self, compact, referenceables, concreteValueClasses)
Example #2
0
 def __init__(self, compact: bool) -> None:
     Dumper.__init__(self, compact, True, {Integer, Expiration})
Example #3
0
 def __init__(self, compact, referenceables, concreteValueClasses):  # type: (bool, bool, Set[Any]) -> None
     Dumper.__init__(self, compact, referenceables, concreteValueClasses)
Example #4
0
 def __init__(self, compact):  # type: (bool) -> None
     Dumper.__init__(self, compact, True, {Integer, Expiration})
Example #5
0
 def __init__(self, compact: bool, referenceables: bool,
              concreteValueClasses: Set[Any]) -> None:
     Dumper.__init__(self, compact, referenceables, concreteValueClasses)
Example #6
0
 def __init__(self, compact: bool) -> None:
     Dumper.__init__(self, compact, True, {Integer, Expiration})
Example #7
0
 def __init__(self, compact):  # type: (bool) -> None
     Dumper.__init__(self, compact, True, {Integer, Expiration})
Example #8
0
 def __init__(self, compact: bool, referenceables: bool, concreteValueClasses: Set[Any]) -> None:
     Dumper.__init__(self, compact, referenceables, concreteValueClasses)