Method
__init__
(
self: Container[T],
*,
allow_none: Literal[False],
read_only: bool | None = ...,
help: str | None = ...,
config: t.Any | None = ...,
**kwargs: t.Any,
)
Source from the content-addressed store, hash-verified
| 3371 | |
| 3372 | @t.overload |
| 3373 | def __init__( |
| 3374 | self: Container[T], |
| 3375 | *, |
| 3376 | allow_none: Literal[False], |
| 3377 | read_only: bool | None = ..., |
| 3378 | help: str | None = ..., |
| 3379 | config: t.Any | None = ..., |
| 3380 | **kwargs: t.Any, |
| 3381 | ) -> None: |
| 3382 | ... |
| 3383 | |
| 3384 | @t.overload |
| 3385 | def __init__( |
Callers
nothing calls this directly
Tested by
no test coverage detected