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

Method get_files

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

Source from the content-addressed store, hash-verified

317 )
318
319 def get_files(self, project_id: str = "", topic_id: str = "") -> list[Any]:
320 return self.get(
321 f"/projects/{project_id}/topics/{topic_id}/files",
322 {
323 "project_id": project_id,
324 "topic_id": topic_id,
325 },
326 )
327
328 def update_files(
329 self,

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected