Repository#
- class gam.ast.program.Repository(*, name: Literal['Repository'] = 'Repository', methods: List[FunctionDeclaration] = None, **extra_data: Any)[source]#
Represents a repository.
A Repository is a collection of methods that are used to interact with the database. It is used to perform CRUD operations on the database.
- name: Literal['Repository']#
- methods: List[FunctionDeclaration]#