MCPcopy Create free account
hub / github.com/bslatkin/effectivepython / pretty

Method pretty

example_code/item_050.py:55–56  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

53 raise NotImplementedError
54
55 def pretty(self):
56 raise NotImplementedError
57
58class IntegerNodeAlt(NodeAlt):
59 def __init__(self, value):

Callers 3

prettyMethod · 0.45
prettyMethod · 0.45
item_050.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected