MCPcopy Create free account
hub / github.com/SourceCode-AI/aura / get_instances

Method get_instances

aura/utils.py:42–46  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

40
41 @classmethod
42 def get_instances(cls) -> Generator[T, None, None]:
43 for inst_ref in cls.__refs__[cls]:
44 inst = inst_ref()
45 if inst is not None:
46 yield inst
47
48
49def walk(location: Union[str, Path]) -> Generator[Path, None, None]:

Callers 2

_post_analysisMethod · 0.80
cleanup_locationsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected