MCPcopy Create free account
hub / github.com/cdgriffith/Box / ClassExample

Class ClassExample

test/common.py:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69
70
71class ClassExample(object):
72 def __init__(self):
73 self.a = "a"
74 self.b = 2
75
76
77python_example_objects = (

Callers 1

common.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected