MCPcopy Create free account
hub / github.com/ActiveState/code / OOO

Class OOO

recipes/Python/550804_Create_restricted/recipe-550804.py:171–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169
170 # Create objects, functions, etc.
171 class OOO:
172 def __init__(self, id):
173 self.__id = id
174 def mouf(self):
175 return "OOO: My ID is %s" % self.__id
176 def F(n):
177 print "F: my parameter is", n
178

Callers 1

testFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected