MCPcopy Index your code
hub / github.com/python/cpython / functools.py

File functools.py

Lib/functools.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""functools.py - Tools for working with functions and callable objects
2"""
3# Python module wrapper for _functools C module
4# to allow utilities written in Python to be added

Callers

nothing calls this directly

Calls 4

namedtupleFunction · 0.90
frozendictClass · 0.85
_PlaceholderTypeClass · 0.85

Tested by

no test coverage detected