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

Class _HAS_DEFAULT_FACTORY_CLASS

Lib/dataclasses.py:176–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174# factory will be used. This is given a nice repr() which will appear
175# in the function signature of dataclasses' constructors.
176class _HAS_DEFAULT_FACTORY_CLASS:
177 def __repr__(self):
178 return '<factory>'
179_HAS_DEFAULT_FACTORY = _HAS_DEFAULT_FACTORY_CLASS()
180
181# A sentinel object to detect if a parameter is supplied or not. Use

Callers 1

dataclasses.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…