MCPcopy Index your code
hub / github.com/commandoperator/cmdop-sdk / get

Method get

python/src/cmdop/resources/skills.py:65–67  ·  view source on GitHub ↗
(self, slug: str, *, lang: str | None = None)

Source from the content-addressed store, hash-verified

63 return (await self._unary(req)).skill_list_page
64
65 async def get(self, slug: str, *, lang: str | None = None) -> SkillDetail:
66 req = pb.Envelope(skills_get_req=s_pb.SkillsGetRequest(slug=slug, lang=lang))
67 return (await self._unary(req)).skill_detail
68
69 async def my(
70 self,

Callers 9

resolveMethod · 0.45
map_core_errorFunction · 0.45
_host_slugFunction · 0.45
locate_binaryFunction · 0.45
_dispatchMethod · 0.45
__aiter__Method · 0.45
collectMethod · 0.45
_paginate_cursorMethod · 0.45

Calls 1

_unaryMethod · 0.80

Tested by 1