PersonName#

class technote.sources.tomlsettings.PersonName(**data)#

Bases: BaseModel

A person’s name.

Parameters:

data (Any)

Attributes Summary

model_config

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

Methods Summary

Attributes Documentation

model_config: ClassVar[ConfigDict] = {}#

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

Methods Documentation

classmethod clean_whitespace(v)#
Parameters:

v (str | None)

Return type:

str | None