MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / __get_name

Method __get_name

python/pymesh/timethis.py:48–51  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

46 return duration
47
48 def __get_name(self):
49 func_name = self.f.__name__
50 module_name = self.f.__module__
51 return "{}.{}".format(module_name, func_name)
52
53 @classmethod
54 def summarize(cls):

Callers 2

tikMethod · 0.95
tokMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected