faker.providers.automotive.tl_PH
¶
Package Contents¶
Classes¶
Implement automotive provider for |
|
Implement automotive provider for |
- class faker.providers.automotive.tl_PH.EnPhAutomotiveProvider(generator: Any)¶
Bases:
faker.providers.automotive.Provider
Implement automotive provider for
en_PH
locale.Vehicle registration in the Philippines has many controversies and is full of quirks. On top of that, some terms are highly subject to interpretation or to varying definitions when applied colloquially, e.g. “motor” usually refers to either a machine’s motor or a motorcycle, “vehicles” usually means cars, SUVs, vans, and trucks but not motorcycles. Please read any additional notes of individual methods for more details.
Sources:
- protocol_licenses¶
- motorcycle_license_formats = ['??####', '??#####']¶
- automobile_license_formats = ['???###', '???####']¶
- license_formats¶
- protocol_license_plate() str ¶
Generate a protocol license plate.
Note
High ranking government officials are entitled to use low numbered protocol license plates.
- motorcycle_license_plate() str ¶
Generate a motorcycle license plate.
Note
Motorcycles and any improvised vehicle with a motorcycle as its base are issued motorcycle license plates.
- class faker.providers.automotive.tl_PH.Provider(generator: Any)¶
Bases:
faker.providers.automotive.en_PH.Provider
Implement automotive provider for
tl_PH
locale.There is no difference from the
en_PH
implementation.