Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Graphify-Labs/graphify
/ _class_nid
Function
_class_nid
tests/test_ts_decorators.py:24–25 ·
view source on GitHub ↗
(file: str, cls: str)
Source
from the content-addressed store, hash-verified
22
23
24
def
_class_nid(file: str, cls: str) -> str:
25
return
_make_id(_file_stem(Path(file)), cls)
26
27
28
def
_method_nid(file: str, cls: str, method: str) -> str:
Callers
8
_method_nid
Function · 0.85
test_class_decorator_on_exported_class
Function · 0.85
test_class_decorator_on_plain_class
Function · 0.85
test_stacked_class_decorators
Function · 0.85
test_method_decorator_attributes_to_method
Function · 0.85
test_field_decorator_attributes_to_class
Function · 0.85
test_namespaced_decorator_uses_property_name
Function · 0.85
test_external_decorator_stub_disambiguated_per_file
Function · 0.85
Calls
2
_make_id
Function · 0.90
_file_stem
Function · 0.90
Tested by
no test coverage detected