MCPcopy Index your code
hub / github.com/ipython/ipython / TextMagicHat

Class TextMagicHat

tests/test_formatters.py:398–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396
397def test_print_method_weird():
398 class TextMagicHat(object):
399 def __getattr__(self, key):
400 return key
401
402 f = HTMLFormatter()
403

Callers 1

test_print_method_weirdFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_print_method_weirdFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…