MCPcopy Create free account
hub / github.com/apache/tvm-ffi / _match_args

Function _match_args

tests/python/test_dataclass_common.py:534–536  ·  view source on GitHub ↗

Read ``__match_args__`` without tripping static attribute checks.

(cls: type)

Source from the content-addressed store, hash-verified

532# __match_args__
533# ---------------------------------------------------------------------------
534def _match_args(cls: type) -> object:
535 """Read ``__match_args__`` without tripping static attribute checks."""
536 return getattr(cls, "__match_args__")
537
538
539class TestMatchArgs:

Calls

no outgoing calls

Tested by

no test coverage detected