Searched defs:docstring (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/ |
D | template.py | 58 docstring = """\ variable
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/ |
D | bgenGenerator.py | 76 def docstring(self): member in BaseFunctionGenerator 145 def docstring(self): member in FunctionGenerator
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | mathmodule.c | 791 #define FUNC1(funcname, func, can_overflow, docstring) \ argument 797 #define FUNC1A(funcname, func, docstring) \ argument 803 #define FUNC2(funcname, func, docstring) \ argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | mathmodule.c | 791 #define FUNC1(funcname, func, can_overflow, docstring) \ argument 797 #define FUNC1A(funcname, func, docstring) \ argument 803 #define FUNC2(funcname, func, docstring) \ argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | doctest.py | 478 def __init__(self, examples, globs, name, filename, lineno, docstring): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | compile.c | 1368 int i, n, docstring; in compiler_function() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | compile.c | 1391 int i, n, docstring; in compiler_function() local
|