joke2k / faker

Faker is a Python package that generates fake data for you.
https://faker.readthedocs.io
MIT License
17.58k stars 1.92k forks source link

'Generator' object has no attribute 'random_good_service_adjective_chain' #2087

Open Locter9001 opened 3 weeks ago

Locter9001 commented 3 weeks ago

'Generator' object has no attribute 'random_good_service_adjective_chain'

Steps to reproduce

use fake.random_good_service_adjective_chain() function

Expected behavior

random_good_service_adjective_chain should be success

Actual behavior

X is not work

stefan6419846 commented 3 weeks ago

Could you please clarify by some code? Judging from the search results at https://github.com/search?q=repo%3Ajoke2k%2Ffaker%20random_good_service_adjective_chain&type=code, this should only work if you use the fil_PH locale and maybe should even be internal to avoid confusion.