MCPcopy Create free account
hub / github.com/Graphify-Labs/graphify / _method_nid

Function _method_nid

tests/test_ts_decorators.py:28–29  ·  view source on GitHub ↗
(file: str, cls: str, method: str)

Source from the content-addressed store, hash-verified

26
27
28def _method_nid(file: str, cls: str, method: str) -> str:
29 return _make_id(_class_nid(file, cls), method)
30
31
32def _has_deco(result: dict, owner_nid: str, deco: str) -> bool:

Calls 2

_make_idFunction · 0.90
_class_nidFunction · 0.85

Tested by

no test coverage detected