MCPcopy Create free account
hub / github.com/comaps/comaps / __init__

Method __init__

tools/python/maps_generator/generator/env.py:120–125  ·  view source on GitHub ↗
(self, build_path: AnyStr, build_name:AnyStr, mwm_version: AnyStr)

Source from the content-addressed store, hash-verified

118 """
119
120 def __init__(self, build_path: AnyStr, build_name:AnyStr, mwm_version: AnyStr):
121 self.build_path = build_path
122 self.build_name = build_name
123 self.mwm_version = mwm_version
124
125 create_if_not_exist_path(self.build_path)
126
127 @property
128 @create_if_not_exist

Callers

nothing calls this directly

Calls 1

create_if_not_exist_pathFunction · 0.85

Tested by

no test coverage detected