MCPcopy Create free account

hub / github.com/UsergeTeam/Loader / functions

Functions227 in github.com/UsergeTeam/Loader

↓ 1 callersFunctioninstall_req
()
loader/core/main.py:255
↓ 1 callersMethodis_none
(cls)
loader/core/types.py:31
↓ 1 callersMethoditer_plugins
(self)
loader/core/types.py:471
↓ 1 callersFunctionload_data
()
loader/core/main.py:21
↓ 1 callersMethodload_plugins
(self)
loader/core/types.py:452
↓ 1 callersMethodpoll
(cls)
loader/userge/connection.py:74
↓ 1 callersFunctionprint_logo
()
loader/core/utils.py:226
↓ 1 callersMethodrepos_exists
(cls)
loader/core/types.py:860
↓ 1 callersMethodrepos_make
(cls)
loader/core/types.py:864
↓ 1 callersFunctionrun_loader
()
loader/core/main.py:276
↓ 1 callersFunctionrun_userge
()
loader/core/main.py:295
↓ 1 callersFunctionsend_and_wait
(*_)
loader/userge/connection.py:12
↓ 1 callersMethodset
(cls, conn)
loader/userge/connection.py:52
↓ 1 callersMethodset
(cls, client: MongoClient)
loader/core/types.py:41
↓ 1 callersMethodset_process
(cls, p: Process)
loader/core/types.py:952
↓ 1 callersMethodshould_init
(cls)
loader/core/types.py:936
↓ 1 callersMethodshould_restart
(cls)
loader/core/types.py:944
↓ 1 callersMethodsize
(cls)
loader/core/types.py:889
↓ 1 callersFunctionstring
()
tools/genstr.py:22
↓ 1 callersFunctionterminate
(pid: int)
loader/core/utils.py:51
↓ 1 callersMethodto_constraints
(self)
loader/core/types.py:724
Method__init__
(self, id_: int, name: str, priority: int, branch: str, version: str, url: str)
loader/types.py:7
Method__init__
(self, summary: str, author: str, version: str, count: int, url: str)
loader/types.py:35
Method__init__
(self, type_: str, data: List[str])
loader/types.py:63
Method__init__
(self, config: Collection, repos: Collection, constraint: Collection)
loader/core/types.py:54
Method__init__
(self, available: Optional[bool], os_type: Optional[str], min_core: Optional[int], max_core:
loader/core/types.py:114
Method__init__
(self, path: str, cat: str, name: str, config: _Config, repo_name: str, repo_url: str)
loader/core/types.py:147
Method__init__
(self, info: RepoInfo, path: str)
loader/core/types.py:167
Method__init__
(self, info: RepoInfo, path: str)
loader/core/types.py:441
Method__init__
(self, repo_name: Optional[str], plg_cat: Optional[str], plg_name: Optional[str], raw: str)
loader/core/types.py:566
Method__init__
(self)
loader/core/types.py:627
Method__init__
(self, *data: _Constraint)
loader/core/types.py:698
Method__repr__
(self)
loader/types.py:29
Method__repr__
(self)
loader/types.py:57
Method__repr__
(self)
loader/types.py:67
Method__str__
(self)
loader/core/types.py:622
Method__str__
(self)
loader/core/types.py:678
Function_on_error
(func, path, _)
loader/core/utils.py:192
Function_set
(conn)
loader/userge/connection.py:44
Method_update
(self)
loader/core/types.py:474
Methodadd
(self, data: List[str])
loader/core/types.py:630
Methodadd
(cls, c_type: str, data: List[str])
loader/core/types.py:766
Methodadd
(cls, job: int, callback: Callable)
loader/core/types.py:917
Functionadd_constraints
add constraints to filter plugins or categories. Args: c_type: constraint type which can be `include`, `exclude` or `in`. the sequenc
loader/userge/api.py:271
Functionadd_constraints
(c_type: str, data: List[str])
loader/core/methods.py:141
Functionadd_repo
add a plugins repo. Args: priority: priority of this repo. using this number the loader will sort the repos list. the loa
loader/userge/api.py:99
Functionadd_repo
(priority: int, branch: str, url: str)
loader/core/methods.py:84
Methodclear
(self)
loader/core/types.py:716
Methodclear
(cls, c_type: Optional[str])
loader/core/types.py:810
Functionclear_constraints
clear all added constraints. Args: c_type: constraint type. hint: see docs of add_constraints(). if None then this will c
loader/userge/api.py:319
Functionclear_constraints
(c_type: Optional[str])
loader/core/methods.py:156
Methodconfig
(self)
loader/core/types.py:70
Methodconstraint
(self)
loader/core/types.py:78
Methodcopy
(self, source: str, path: str)
loader/core/types.py:301
Methodcopy
(self, source="userge", path="userge")
loader/core/types.py:426
Methodcore_remove
(cls)
loader/core/types.py:877
Methodedit
(self, branch: Optional[str], version: Optional[Union[int, str]], _=None)
loader/core/types.py:414
Functionedit_core
(branch: Optional[str], version: Optional[Union[int, str]])
loader/core/methods.py:122
Functionedit_repo
(repo_id: int, branch: Optional[str], version: Optional[Union[int, str]], priority: Optional[int
loader/core/methods.py:131
Methodfailed
(self)
loader/core/types.py:175
Functionfetch_core
fetch data from the default remote and update the local core repository.
loader/userge/api.py:46
Functionfetch_repo
fetch data from the default remote and update this local plugins repository. Args: repo_id: id from the RepoInfo object. hint: get_re
loader/userge/api.py:53
Functionfetch_repo
(repo_id: int)
loader/core/methods.py:45
Functionfetch_repos
fetch data from the default remote and update all the local plugins repositories.
loader/userge/api.py:62
Methodget
(cls)
loader/core/types.py:35
Methodget
(self, c_type: str)
loader/core/types.py:701
Methodget
(cls)
loader/core/types.py:830
Functionget_constraints
get all added constraints. Returns: list of Constraint objects.
loader/userge/api.py:310
Functionget_constraints
()
loader/core/methods.py:151
Functionget_core
get the core repo details. Returns: details as a RepoInfo object.
loader/userge/api.py:69
Functionget_core
()
loader/core/methods.py:60
Functionget_core_new_commits
get new commits to the current branch of core repo compared to the current version. Returns: list of Update objects.
loader/userge/api.py:127
Functionget_core_new_commits
()
loader/core/methods.py:94
Functionget_core_old_commits
get old commits from the current branch of core repo compared to the current version. Args: limit: specify how many commits you want.
loader/userge/api.py:136
Functionget_core_old_commits
(limit: int)
loader/core/methods.py:101
Functionget_repo
get details of the plugins repos. Args: repo_id: id from the RepoInfo object. hint: get_repos() Returns: RepoInfo object
loader/userge/api.py:78
Functionget_repo
(repo_id: int)
loader/core/methods.py:67
Functionget_repo_new_commits
get new commits to the current branch of plugins repo compared to the current version. Args: repo_id: id from the RepoInfo object. hi
loader/userge/api.py:148
Functionget_repo_new_commits
(repo_id: int)
loader/core/methods.py:108
Functionget_repo_old_commits
get old commits from the current branch of plugins repo compared to the current version. Args: repo_id: id from the RepoInfo object.
loader/userge/api.py:160
Functionget_repo_old_commits
(repo_id: int, limit: int)
loader/core/methods.py:115
Functionget_repos
get details of all the plugins repos. Returns: list of RepoInfo objects.
loader/userge/api.py:90
Functionget_repos
()
loader/core/methods.py:74
Methodget_type
(self)
loader/core/types.py:683
Methodget_type
(self)
loader/core/types.py:688
Functionhandle
(*_)
loader/core/main.py:302
Methodhead_url
(self)
loader/types.py:26
Functioninvalidate_repos_cache
notify the loader that the plugins should re-initialize.
loader/userge/api.py:333
Functioninvalidate_repos_cache
()
loader/core/methods.py:161
Functionload
()
loader/core/main.py:330
Methodload
(cls)
loader/core/types.py:750
Methodmatch
(self, repo_name: str, plg_cat: str, plg_name: str)
loader/core/types.py:607
Methodmatch
(self, *args: str)
loader/core/types.py:727
Methodmatch
(cls, plg: _Plugin)
loader/core/types.py:834
Functionon
(work: int)
loader/core/methods.py:16
Methodparse
(cls, id_: int, priority: int, branch: str, version: str, url: str)
loader/types.py:19
Methodparse
(cls, repo_url: str, commit: Commit)
loader/types.py:44
Methodparse
(cls, client: MongoClient)
loader/core/types.py:60
Methodparse
(cls, path: str)
loader/core/types.py:129
Methodparse
(cls, path: str, cat: str, name: str, repo: RepoInfo)
loader/core/types.py:157
← previousnext →101–200 of 227, ranked by callers