MCPcopy Create free account
hub / github.com/NVIDIA/DALI / test_function_docs_present

Function test_function_docs_present

dali/test/python/experimental_mode/test_docs.py:35–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33
34
35def test_function_docs_present():
36 assert ndd._ops._all_functions # not empty
37 for f in ndd._ops._all_functions:
38 if should_skip(f):
39 continue
40 assert len(f.__doc__) > 20, f._schema.Name()
41
42
43def test_function_docs_no_tensor_list():

Callers

nothing calls this directly

Calls 1

should_skipFunction · 0.85

Tested by

no test coverage detected