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

Function should_skip

dali/test/python/experimental_mode/test_docs.py:26–32  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

24
25
26def should_skip(x):
27 return (
28 x._schema.IsDocHidden()
29 or x._schema.IsDocPartiallyHidden()
30 or x._schema.IsInternal()
31 or x._schema.IsAbstract()
32 )
33
34
35def test_function_docs_present():

Calls 4

IsDocHiddenMethod · 0.80
IsDocPartiallyHiddenMethod · 0.80
IsInternalMethod · 0.80
IsAbstractMethod · 0.80

Tested by

no test coverage detected