示例#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)