MCPcopy Create free account

hub / github.com/UsergeTeam/Loader / functions

Functions227 in github.com/UsergeTeam/Loader

Methodparse
(cls, branch: str, version: str)
loader/core/types.py:386
Methodparse
(cls, priority: int, branch: str, version: str, url: str)
loader/core/types.py:446
Methodparse
(cls, data: str)
loader/core/types.py:574
Methodremove
(self, data: List[str])
loader/core/types.py:640
Methodremove
(self, data: List[str])
loader/core/types.py:708
Methodremove
(cls, c_type: Optional[str], data: List[str])
loader/core/types.py:785
Functionremove_constraints
remove added constraints. Args: c_type: constraint type. hint: see docs of add_constraints(). if None then all the given
loader/userge/api.py:295
Functionremove_constraints
(c_type: Optional[str], data: List[str])
loader/core/methods.py:146
Functionremove_repo
remove a plugins repo by its id. Args: repo_id: id from the RepoInfo object. hint: get_repos() Returns: True if success
loader/userge/api.py:115
Functionremove_repo
(repo_id: int)
loader/core/methods.py:89
Methodrepos
(self)
loader/core/types.py:74
Methodrepos_remove
(cls)
loader/core/types.py:881
Functionrestart
terminate the current process and start new process Args: hard: if False the initialization things will be ignored. default to False.
loader/userge/api.py:37
Functionrestart_hard
()
loader/core/methods.py:30
Functionrestart_soft
()
loader/core/methods.py:25
Functionrun
(conn)
loader/userge/main.py:6
Functionset_core_branch
change the core repo branch. Args: branch: branch name. hint: get_core() to see available branches. Returns: True if cha
loader/userge/api.py:188
Functionset_core_version
change the core repo version. Args: version: version as hash or id. hint: get_core_new_commits() or get_core_old_commits(). Retu
loader/userge/api.py:200
Functionset_env
set an environment variable. Args: key: key of the var value: value of the var
loader/userge/api.py:340
Functionset_env
(key: str, value: str)
loader/core/methods.py:166
Functionset_repo_branch
change the plugins repo branch. Args: repo_id: id from the RepoInfo object. hint: get_repos() branch: branch name. hint: get_
loader/userge/api.py:232
Functionset_repo_priority
change the plugins repo priority. Args: repo_id: id from the RepoInfo object. hint: get_repos() priority: priority of this re
loader/userge/api.py:258
Functionset_repo_version
change the plugins repo version. Args: repo_id: id from the RepoInfo object. hint: get_repos() version: version as hash or id
loader/userge/api.py:245
Methodto_constraint
(self)
loader/core/types.py:658
Functionunset_env
remove an environment variable. Args: key: key of the var
loader/userge/api.py:350
Functionunset_env
(key: str)
loader/core/methods.py:175
Functionwrapper
(func: Callable)
loader/core/methods.py:17
← previous201–227 of 227, ranked by callers