Searched refs:wrapped (Results 1 – 5 of 5) sorted by relevance
56 wrapped = [59 if len(wrapped) == 1:61 wrapped[0] = center_line(wrapped[0].lstrip())71 wrapped.insert(0, divider_char * length)80 wrapped.insert(0, center_line(str(sup_title)))81 return '\n'.join(wrapped)
48 def update_wrapper_with_doc(wrapper, wrapped): argument52 functools.update_wrapper(wrapper, wrapped)60 def wraps_with_doc(wrapped): argument62 return functools.partial(update_wrapper_with_doc, wrapped=wrapped)
190 `PetscCall()` macro. This should be wrapped around the function in question.213 09. Single operation `if` and `else` commands should not be wrapped in braces. They should be done …
431 The data layout, `s`, needs to be wrapped in a `DM` object for it to be saved.
2065 # TODO: Once DMLabel is wrapped, this should return the label, like the C function.