MCPcopy Index your code
hub / github.com/RustPython/RustPython / get_name

Method get_name

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

Source from the content-addressed store, hash-verified

943 self.createLock()
944
945 def get_name(self):
946 return self._name
947
948 def set_name(self, name):
949 with _lock:

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected