ColMap

class cocohelper.utils.colmapper.ColMap[source]

Bases: object

ColMap(orig: str, new: str)

Method List

to_origs(renamers)

Attributes List

to_new

to_orig

orig

new

Methods Details

classmethod to_origs(renamers)[source]
Parameters:

renamers (List[ColMap]) –

Return type:

Dict[str, str]

Attribute Details

to_new
to_orig
orig: str
new: str