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

Function F

recipes/Python/550804_Create_restricted/recipe-550804.py:176–177  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

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
179 # Generate a first function, f, which needs the re and sys modules
180 import sys, re

Callers 2

divergenceFunction · 0.50
curlFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected