mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-15 21:18:30 +08:00
ac87de50dd
See https://github.com/python/cpython/blob/08c16016e2a2d1368d001ddebfe9ca92465773c4/Lib/types.py#L32-L34 ```python >>> class _C: ... def _m(self): pass ... >>> _C()._m.__name__ '_m' ```