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