snakia.property.priv_property

Classes

Generic()

Abstract base class for generic types.

PrivProperty([default_value])

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

Type variable.

class snakia.property.priv_property.PrivProperty(default_value=None)[source]

Bases: Generic[T]

__init__(default_value=None)[source]
property name: str

Return the name of the variable associated with the property.