MCPcopy Index your code
hub / github.com/python/cpython / get_name

Method get_name

Lib/logging/__init__.py:948–949  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

946 self.createLock()
947
948 def get_name(self):
949 return self._name
950
951 def set_name(self, name):
952 with _lock:

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected