Searched refs:unindent (Results 1 – 4 of 4) sorted by relevance
2 from framer.util import cstring, unindent59 v["Docstring"] = cstring(unindent(self.doc))
9 from framer.util import cstring, unindent76 v["ModuleDocstring"] = cstring(unindent(self.__doc__))117 print >> f, unindent(self.struct, False)180 v["Docstring"] = cstring(unindent(self.__doc__))
13 def unindent(s, skipfirst=True): function
4 from framer.util import cstring, unindent166 v["Docstring"] = cstring(unindent(self.__doc__))