MCPcopy
hub / github.com/ShishirPatil/gorilla / load

Method load

raft/checkpointing.py:15–16  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

13 num: int
14
15 def load(self) -> Dataset:
16 return Dataset.load_from_disk(self.path)
17
18 def __lt__(self, other: 'Checkpoint') -> bool:
19 return self.num < other.num

Callers 15

update_user_configFunction · 0.80
get_configFunction · 0.80
getSlackCredsFunction · 0.80
getDiscordCredsFunction · 0.80
getSpotifyCredsFunction · 0.80
getDropboxCredsFunction · 0.80
getGithubCredsFunction · 0.80
list_channelsFunction · 0.80
slack_send_messageFunction · 0.80
slack_upload_fileFunction · 0.80
slack_read_messagesFunction · 0.80
slack_send_message_dummyFunction · 0.80

Calls 1

load_from_diskMethod · 0.80

Tested by 2

slack_delete_latest_fileFunction · 0.64