MCPcopy Index your code
hub / github.com/pyload/pyload / getAccountTypes

Method getAccountTypes

module/Api.py:885–890  ·  view source on GitHub ↗

All available account types. :return: list

(self)

Source from the content-addressed store, hash-verified

883
884 @permission(PERMS.ALL)
885 def getAccountTypes(self):
886 """All available account types.
887
888 :return: list
889 """
890 return self.core.accountManager.accounts.keys()
891
892 @permission(PERMS.ACCOUNTS)
893 def updateAccount(self, plugin, account, password=None, options={}):

Callers

nothing calls this directly

Calls 1

keysMethod · 0.45

Tested by

no test coverage detected