/dports/www/py-folium/folium-0.12.1/tests/ |
H A D | test_repr.py | 48 png = m._repr_png_() 54 png = m_png._repr_png_() 62 png = m_png._repr_png_()
|
/dports/science/rdkit/rdkit-Release_2021_03_5/rdkit/Chem/Draw/ |
H A D | IPythonConsole.py | 307 rdchem.Mol._repr_png_ = _toPNG 311 rdChemReactions.ChemicalReaction._repr_png_ = _toReactionPNG 314 Image.Image._repr_png_ = display_pil_image 348 del rdchem.Mol._repr_png_ 351 del rdChemReactions.ChemicalReaction._repr_png_ 353 del Image.Image._repr_png_
|
/dports/math/piranha/piranha-0.11/pyranha/ |
H A D | _common.py | 52 def _repr_png_(self): function 124 setattr(s_type, '_repr_png_', _repr_png_)
|
/dports/math/py-piranha/piranha-0.11/pyranha/ |
H A D | _common.py | 52 def _repr_png_(self): function 124 setattr(s_type, '_repr_png_', _repr_png_)
|
/dports/devel/ipython/ipython-7.29.0/IPython/utils/tests/ |
H A D | test_capture.py | 27 _repr_png_="image/png", 82 yield nt.assert_equal, rich._repr_png_(), (data['image/png'], metadata['image/png'])
|
/dports/devel/ipython5/ipython-5.10.0/IPython/utils/tests/ |
H A D | test_capture.py | 28 _repr_png_="image/png", 83 yield nt.assert_equal, rich._repr_png_(), (data['image/png'], metadata['image/png'])
|
/dports/math/py-sympy/sympy-1.9/sympy/core/ |
H A D | _print_helpers.py | 50 _repr_png_ = _repr_disabled
|
/dports/math/py-sympy/sympy-1.9/sympy/interactive/ |
H A D | printing.py | 286 Printable._repr_png_ = _print_latex_png 291 Printable._repr_png_ = _print_latex_matplotlib 299 Printable._repr_png_ = Printable._repr_disabled
|
/dports/math/openturns/openturns-1.18/python/src/ |
H A D | GridLayout.i | 18 GridLayout._repr_png_ = Drawable__repr_png_
|
H A D | DrawableImplementation.i | 18 DrawableImplementation._repr_png_ = DrawableImplementation__repr_png_
|
H A D | Drawable.i | 23 Drawable._repr_png_ = Drawable__repr_png_
|
H A D | Graph.i | 50 Graph._repr_png_ = Graph__repr_png_
|
/dports/biology/py-scikit-bio/scikit-bio-0.5.6/skbio/stats/ordination/ |
H A D | _ordination_results.py | 374 def _repr_png_(self): member in OrdinationResults 387 return Image(self._repr_png_(), embed=True)
|
/dports/textproc/py-pikepdf/pikepdf-2.16.1/tests/ |
H A D | test_ipython.py | 71 result = pim._repr_png_()
|
/dports/math/py-rpy2/rpy2-3.4.5/rpy2/ipython/ |
H A D | ggplot.py | 46 return ip_img._repr_png_()
|
/dports/devel/ipython5/ipython-5.10.0/IPython/core/tests/ |
H A D | test_display.py | 42 data, md = img._repr_png_() 69 nt.assert_is_not_none(img._repr_png_())
|
/dports/devel/ipython/ipython-7.29.0/IPython/utils/ |
H A D | capture.py | 52 def _repr_png_(self): member in RichOutput
|
/dports/devel/ipython5/ipython-5.10.0/IPython/utils/ |
H A D | capture.py | 56 def _repr_png_(self): member in RichOutput
|
/dports/www/py-folium/folium-0.12.1/folium/ |
H A D | folium.py | 332 def _repr_png_(self): member in Map
|
/dports/graphics/py-gizeh/gizeh-0.1.11/gizeh/ |
H A D | gizeh.py | 98 png_data = self._repr_png_() 115 def _repr_png_(self): member in Surface
|
/dports/devel/ipython/ipython-7.29.0/IPython/core/tests/ |
H A D | test_display.py | 71 data, md = img._repr_png_() 132 nt.assert_is_not_none(img._repr_png_())
|
/dports/biology/py-scikit-bio/scikit-bio-0.5.6/skbio/stats/distance/ |
H A D | _base.py | 623 def _repr_png_(self): member in DissimilarityMatrix 635 return Image(self._repr_png_(), embed=True)
|
/dports/devel/ipython5/ipython-5.10.0/IPython/core/ |
H A D | display.py | 1101 def _repr_png_(self): member in Image 1210 def _repr_png_(self): member in Video
|
/dports/graphics/py-pygal/pygal-2.4.0/pygal/graph/ |
H A D | base.py | 232 def _repr_png_(self): member in BaseGraph
|
/dports/biology/py-scikit-bio/scikit-bio-0.5.6/skbio/stats/ordination/tests/ |
H A D | test_ordination_results.py | 273 obs = self.min_ord_results._repr_png_()
|