MCPcopy Create free account
hub / github.com/ipython/ipython / TextMagicHat

Class TextMagicHat

IPython/core/tests/test_formatters.py:329–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327def test_print_method_weird():
328
329 class TextMagicHat(object):
330 def __getattr__(self, key):
331 return key
332
333 f = HTMLFormatter()
334

Callers 1

test_print_method_weirdFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_print_method_weirdFunction · 0.68