MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / get_extensions

Method get_extensions

src/bcf/bcf/v3/bcfapi.py:245–251  ·  view source on GitHub ↗
(self, project_id: str = "")

Source from the content-addressed store, hash-verified

243 return resp.status_code, resp.text
244
245 def get_extensions(self, project_id: str = "") -> dict[str, Any]:
246 return self.get(
247 f"/projects/{project_id}/extensions",
248 {
249 "project_id": project_id,
250 },
251 )
252
253 def get_topics(
254 self,

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected