Searched refs:_select_format (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/binding/petsc4py/conf/ |
| H A D | cyautodoc.py | 42 def _select_format(self, embed, clinic): member in EmbedSignature 56 doc = self._select_format(arg.name, '$self') 58 doc = self._select_format(arg.name, '$type') 69 annotation = self._select_format(annotation, None) 140 namespace = self._select_format('%s.' % cls_name, '') 148 docfmt = self._select_format('%s -> %s', '%s -> (%s)') 166 docfmt = self._select_format('%s\n%s\n%s', '%s\n--\n\n%s') 168 docfmt = self._select_format('%s\n%s', '%s\n--\n\n%s') 284 namespace = self._select_format('%s.' % cls_name, '')
|