Types

class aiodocker.types.AsyncContainerFactory(*args, **kwargs)[source]
class aiodocker.types.PortInfo[source]
HostIp: str
HostPort: str
class aiodocker.types.Sentinel(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)[source]

A special single-value enum constant to represent “unspecified” value in the contexts where None has another meaning.

For example, None in timeouts means infinity. If you want to represent an unspecified/default value for timeouts, use the SENTINEL or Sentinel.TOKEN.

TOKEN = 1
class aiodocker.types.SupportsRead(*args, **kwargs)[source]
read(length: int = Ellipsis, /) _T_co[source]