Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepLabCut/DeepLabCut
/ __post_init__
Method
__post_init__
deeplabcut/core/conversion_table.py:34–36 ·
view source on GitHub ↗
Validates the table.
(self)
Source
from the content-addressed store, hash-verified
32
table: dict[str, str]
33
34
def
__post_init__(self):
35
""
"Validates the table."
""
36
self.validate()
37
38
def
to_array(self) -> np.ndarray:
39
""
"
Callers
nothing calls this directly
Calls
1
validate
Method · 0.95
Tested by
no test coverage detected