Home
last modified time | relevance | path

Searched refs:attrs_wo_objs (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_inspect.py469 def attrs_wo_objs(cls): function
582 attrs = attrs_wo_objs(A)
595 attrs = attrs_wo_objs(B)
610 attrs = attrs_wo_objs(C)
623 attrs = attrs_wo_objs(D)
/external/python/cpython3/Lib/test/
Dtest_inspect.py700 def attrs_wo_objs(cls): function
907 attrs = attrs_wo_objs(A)
927 attrs = attrs_wo_objs(B)
943 attrs = attrs_wo_objs(C)
957 attrs = attrs_wo_objs(D)
975 attrs = attrs_wo_objs(bool)