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

Method __init__

aura/github.py:34–38  ·  view source on GitHub ↗
(self, owner: str, repo_name: str)

Source from the content-addressed store, hash-verified

32 x_api_reset: Optional[float] = None
33
34 def __init__(self, owner: str, repo_name: str):
35 self.owner: str = owner
36 self.name: str = repo_name
37 self.repo = self.get_repository_data()
38 self.contributors = self.get_contributors()
39
40 @classmethod
41 def from_url(cls, url: str) -> GitHub:

Callers

nothing calls this directly

Calls 2

get_repository_dataMethod · 0.95
get_contributorsMethod · 0.95

Tested by

no test coverage detected