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