예제 #1
0
파일: dump_test.py 프로젝트: dbrack/yass
 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
파일: dump_test.py 프로젝트: dbrack/yass
 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)