faker.providers.automotive.pl_PL

Package Contents

Classes

AutomotiveProvider

Implement default automotive provider for Faker.

Provider

Implement automotive provider for pl_PL locale.

class faker.providers.automotive.pl_PL.AutomotiveProvider(generator: Any)

Bases: faker.providers.BaseProvider

Implement default automotive provider for Faker.

license_formats: faker.providers.ElementsType = ()
license_plate() str

Generate a license plate.

vin() str

Generate vin number.

class faker.providers.automotive.pl_PL.Provider(generator: Any)

Bases: faker.providers.automotive.Provider

Implement automotive provider for pl_PL locale.

Sources:

license_formats = ('?? #####', '?? ####?', '?? ###??', '?? #?###', '?? #??##', '??? ?###', '??? ##??', '??? #?##',...
license_plate_regex_formats() List[str]

Return a regex for matching license plates.

Warning

This is technically not a method that generates fake data, and it should not be part of the public API. User should refrain from using this method.