Home
last modified time | relevance | path

Searched refs:_get_comment (Results 1 – 25 of 32) sorted by relevance

12

/dports/biology/py-biopython/biopython-1.79/Bio/Phylo/
H A DNewickIO.py85 def _get_comment(clade): function
334 return _get_comment(clade)
341 return (":" + format_confidence % max_confidence) + _get_comment(
345 return (":" + format_confidence % clade.confidence) + _get_comment(
354 ) + _get_comment(clade)
366 ) + _get_comment(clade)
371 ) + _get_comment(clade)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/botocore/docs/
H A Dsharedexample.py107 item_comment = self._get_comment(path, comments)
134 item_comment = self._get_comment(path, comments)
157 item_comment = self._get_comment(path, comments)
182 def _get_comment(self, path, comments): member in SharedExampleDocumenter
/dports/devel/py-botocore/botocore-1.21.61/botocore/docs/
H A Dsharedexample.py107 item_comment = self._get_comment(path, comments)
134 item_comment = self._get_comment(path, comments)
157 item_comment = self._get_comment(path, comments)
182 def _get_comment(self, path, comments): member in SharedExampleDocumenter
/dports/math/py-sympy/sympy-1.9/sympy/printing/
H A Dcodeprinter.py116 frontlines.append(self._get_comment(
119 frontlines.append(self._get_comment(type(expr).__name__))
263 def _get_comment(self, text): member in CodePrinter
302 return self._get_comment(str(string))
H A Djscode.py72 def _get_comment(self, text): member in JavascriptCodePrinter
H A Dmaple.py98 def _get_comment(self, text): member in MapleCodePrinter
H A Drcode.py114 def _get_comment(self, text): member in RCodePrinter
H A Drust.py248 def _get_comment(self, text): member in RustCodePrinter
H A Dmathematica.py332 def _get_comment(self, text): member in MCodePrinter
H A Dglsl.py72 def _get_comment(self, text): member in GLSLPrinter
H A Djulia.py89 def _get_comment(self, text): member in JuliaCodePrinter
H A Dpycode.py137 def _get_comment(self, text): member in AbstractPythonCodePrinter
H A Doctave.py107 def _get_comment(self, text): member in OctaveCodePrinter
H A Dc.py256 def _get_comment(self, text): member in C89CodePrinter
H A Dfortran.py174 def _get_comment(self, text): member in FCodePrinter
/dports/math/py-Diofant/Diofant-0.13.0/diofant/printing/
H A Dcodeprinter.py144 frontlines.append(self._get_comment(
147 frontlines.append(self._get_comment(type(expr).__name__))
286 def _get_comment(self, text): member in CodePrinter
H A Dccode.py117 def _get_comment(self, text): member in CCodePrinter
H A Dfcode.py108 def _get_comment(self, text): member in FCodePrinter
H A Doctave.py90 def _get_comment(self, text): member in OctaveCodePrinter
/dports/databases/grass7/grass-7.8.6/lib/python/pygrass/vector/
H A Dabstract.py199 def _get_comment(self): member in Info
207 comment = property(fget=_get_comment, fset=_set_comment,
/dports/textproc/p5-RDF-Trine/RDF-Trine-1.019/lib/RDF/Trine/Parser/Turtle/
H A DLexer.pm190 $self->_get_comment();
446 sub _get_comment { subroutine
/dports/devel/py-stackexchange/py-stackexchange-2.2.7/stackexchange/
H A Dmodels.py75 def _get_comment(self): member in TimelineEvent
88 comment = property(_get_comment)
/dports/math/py-sympy/sympy-1.9/sympy/printing/tests/
H A Dtest_mathematica.py264 assert MCodePrinter()._get_comment("Hello World") == \
/dports/graphics/gexiv2/gexiv2-0.12.3/debian/
H A Dchangelog12 * Fix a potential NULL dereference in _get_comment()
/dports/graphics/gexiv2/gexiv2-0.12.3/
H A DNEWS184 * Fix a potential NULL dereference in _get_comment()

12