Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UsergeTeam/Loader
/ functions
Functions
227 in github.com/UsergeTeam/Loader
⨍
Functions
227
◇
Types & classes
24
Method
parse
(cls, branch: str, version: str)
loader/core/types.py:386
Method
parse
(cls, priority: int, branch: str, version: str, url: str)
loader/core/types.py:446
Method
parse
(cls, data: str)
loader/core/types.py:574
Method
remove
(self, data: List[str])
loader/core/types.py:640
Method
remove
(self, data: List[str])
loader/core/types.py:708
Method
remove
(cls, c_type: Optional[str], data: List[str])
loader/core/types.py:785
Function
remove_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
Function
remove_constraints
(c_type: Optional[str], data: List[str])
loader/core/methods.py:146
Function
remove_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
Function
remove_repo
(repo_id: int)
loader/core/methods.py:89
Method
repos
(self)
loader/core/types.py:74
Method
repos_remove
(cls)
loader/core/types.py:881
Function
restart
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
Function
restart_hard
()
loader/core/methods.py:30
Function
restart_soft
()
loader/core/methods.py:25
Function
run
(conn)
loader/userge/main.py:6
Function
set_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
Function
set_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
Function
set_env
set an environment variable. Args: key: key of the var value: value of the var
loader/userge/api.py:340
Function
set_env
(key: str, value: str)
loader/core/methods.py:166
Function
set_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
Function
set_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
Function
set_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
Method
to_constraint
(self)
loader/core/types.py:658
Function
unset_env
remove an environment variable. Args: key: key of the var
loader/userge/api.py:350
Function
unset_env
(key: str)
loader/core/methods.py:175
Function
wrapper
(func: Callable)
loader/core/methods.py:17
← previous
201–227 of 227, ranked by callers