Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MCSLTeam/MCSL2
/ get
Method
get
MCSL2Lib/ServerControllers/forge/installer/java2python.py:37–37 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
35
class
Supplier(typing.Generic[T], metaclass=abc.ABCMeta):
36
@abc.abstractmethod
37
def
get(self) -> T: ...
38
39
@classmethod
40
def
of(cls, supplier: typing.Callable[[], T]) ->
"Supplier[T]"
:
Callers
15
MCSL2.py
File · 0.45
read_versions
Function · 0.45
load
Method · 0.45
getInfo
Method · 0.45
disablePlugin
Method · 0.45
enablePlugin
Method · 0.45
enableAllPlugins
Method · 0.45
__init__
Method · 0.45
autoStartServers
Method · 0.45
find_server_config_index
Function · 0.45
initializeMCSL2
Function · 0.45
wrapper
Function · 0.45
Calls
no outgoing calls
Tested by
1
run
Method · 0.36