Searched refs:__doc__ (Results 1 - 17 of 17) sorted by relevance

/gem5/ext/pybind11/tests/
H A Dtest_docstring_options.py6 assert not m.test_function1.__doc__
8 assert m.test_function2.__doc__ == "A custom docstring"
11 assert m.test_overloaded1.__doc__ == "Overload docstring"
14 assert m.test_overloaded2.__doc__ == "overload docstring 1\noverload docstring 2"
17 assert m.test_overloaded3.__doc__ == "Overload docstr"
20 assert m.test_function3.__doc__ .startswith("test_function3(a: int, b: int) -> None")
22 assert m.test_function4.__doc__ .startswith("test_function4(a: int, b: int) -> None")
23 assert m.test_function4.__doc__ .endswith("A custom docstring\n")
27 assert not m.test_function5.__doc__
30 assert m.test_function6.__doc__
[all...]
H A Dtest_modules.py65 assert pybind11_tests.__doc__ == "pybind11 test module"
H A Dconftest.py146 s = thing.__doc__
H A Dtest_enum.py43 assert docstring_line in m.UnscopedEnum.__doc__
H A Dtest_factory_constructors.py76 assert msg(m.TestFactory1.__init__.__doc__) == """
/gem5/ext/googletest/googlemock/scripts/generator/
H A Dgmock_gen.py30 gmock_class.__doc__ = gmock_class.__doc__.replace('gmock_class.py', __file__)
/gem5/ext/googletest/googletest/scripts/
H A Drelease_docs.py150 sys.exit(__doc__)
H A Dfuse_gtest_files.py248 print(__doc__)
H A Dgen_gtest_pred_impl.py720 print __doc__
H A Dpump.py833 print __doc__
/gem5/ext/ply/ply/
H A Dlex.py750 if not f.__doc__:
756 c = re.compile("(?P<%s>%s)" % (fname,f.__doc__), re.VERBOSE | self.reflags)
763 if '#' in f.__doc__:
936 regex_list.append("(?P<%s>%s)" % (fname,f.__doc__))
938 debuglog.info("lex: Adding rule %s -> '%s' (state '%s')",fname,f.__doc__, state)
1049 f.__doc__ = r.__doc__
1051 f.__doc__ = r
H A Dyacc.py2966 p_functions.append((line,file,name,item.__doc__))
2994 elif not func.__doc__:
3021 doc = v.__doc__.split(" ")
/gem5/ext/googletest/googlemock/scripts/
H A Dfuse_gmock_files.py235 print __doc__
/gem5/configs/example/arm/
H A Dstarter_fs.py199 parser = argparse.ArgumentParser(epilog=__doc__)
H A Dstarter_se.py186 parser = argparse.ArgumentParser(epilog=__doc__)
/gem5/ext/googletest/googlemock/scripts/generator/cpp/
H A Dgmock_class.py194 sys.stderr.write(__doc__)
/gem5/configs/common/cores/arm/
H A DHPI.py1403 __doc__ = __doc__ variable in class:HPI

Completed in 46 milliseconds