Home
last modified time | relevance | path

Searched refs:unindent (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/
Dmember.py2 from framer.util import cstring, unindent
59 v["Docstring"] = cstring(unindent(self.doc))
Dbases.py9 from framer.util import cstring, unindent
76 v["ModuleDocstring"] = cstring(unindent(self.__doc__))
117 print >> f, unindent(self.struct, False)
180 v["Docstring"] = cstring(unindent(self.__doc__))
Dutil.py13 def unindent(s, skipfirst=True): function
Dfunction.py4 from framer.util import cstring, unindent
166 v["Docstring"] = cstring(unindent(self.__doc__))