snakia.property.priv_property

Functions

overload(func)

Decorator for overloaded functions/methods.

Classes

Generic()

Abstract base class for generic types.

PrivProperty()

TypeVar(name, *constraints[, bound, ...])

Type variable.

Unset()

class snakia.property.priv_property.PrivProperty[source]
class snakia.property.priv_property.PrivProperty(default_value: T)
class snakia.property.priv_property.PrivProperty(*, default_factory: Callable[[Self], T])

Bases: Generic[T]

__init__(default_value=<class 'snakia.types.unique.Unset'>, default_factory=<class 'snakia.types.unique.Unset'>)[source]
property name: str

Return the name of the variable associated with the property.