faker.providers.company
¶
-
class
faker.providers.company.
Provider
(generator: Any)¶ Bases:
faker.providers.BaseProvider
-
bs
() → str¶ Example: ‘integrate extensible convergence’ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.bs() ... 'iterate integrated e-markets' 'integrate back-end mindshare' 'synthesize wireless content' 'syndicate synergistic applications' 'productize killer mindshare'
-
catch_phrase
() → str¶ Example: ‘Robust full-range hub’ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.catch_phrase() ... 'Networked well-modulated instruction set' 'Balanced empowering migration' 'Pre-emptive impactful toolset' 'Innovative mission-critical help-desk' 'Reduced didactic middleware'
-
company
() → str¶ Example: ‘Acme Ltd’ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.company() ... 'Chang-Fisher' 'Sheppard-Tucker' 'Faulkner-Howard' 'Wagner LLC' 'Campos PLC'
-
company_suffix
() → str¶ Example: ‘Ltd’ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.company_suffix() ... 'Group' 'Group' 'Inc' 'LLC' 'PLC'
-