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

Class Foo

IPython/lib/pretty.py:952–961  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

950 from random import randrange
951
952 class Foo:
953 def __init__(self):
954 self.foo = 1
955 self.bar = re.compile(r'\s+')
956 self.blub = dict.fromkeys(range(30), randrange(1, 40))
957 self.hehe = 23424.234234
958 self.list = ["blub", "blah", self]
959
960 def get_foo(self):
961 print("foo")
962
963 pprint(Foo(), verbose=True)

Callers 1

pretty.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected