MCPcopy
hub / github.com/langroid/langroid / my_a

Method my_a

tests/main/test_object_registry.py:39–40  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

37 my_a_id: Optional[str] = None
38
39 def my_a(self) -> Optional["A"]:
40 return ObjectRegistry.get(self.my_a_id) if self.my_a_id else None
41
42
43@pytest.fixture

Callers 1

test_a_b_linksFunction · 0.80

Calls 1

getMethod · 0.80

Tested by

no test coverage detected