aaddress()ΒΆ
- async Faker.aaddress()
Asynchronous variant of
address().Identical contract to
address(); the call is dispatched to a worker thread so it never blocks the event loop.Example:
addr = await faker.aaddress("us")
Asynchronous variant of address().
Identical contract to address(); the call is dispatched to a
worker thread so it never blocks the event loop.
Example:
addr = await faker.aaddress("us")