cmt.converter¶
cmt.converter.v0¶
-
class
cmt.converter.v0.Converter¶ Bases:
cmt.a_converter.AConverter-
static
convert_to(source, target)¶ Convert to the other map format of same version.
-
static
downgrade(source)¶ Downgrade to the format version below.
- Return type
None
-
static
cmt.converter.v1¶
-
class
cmt.converter.v1.Converter¶ Bases:
cmt.a_converter.AConverter-
static
convert_to(source, target)¶ Convert to the other map format of same version.
-
static