Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/python/cpython
/ c_default_init
Method
c_default_init
Tools/clinic/libclinic/converter.py:278–279 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
276
pass
277
278
def
c_default_init(self) -> None:
279
return
280
281
def
is_optional(self) -> bool:
282
return
(self.default is not unspecified)
Callers
1
__init__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected