question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How i can create two telephones for one person?

See original GitHub issue
from mimesis import Personal
a = Personal("en")
b = Personal("en")
assert a.telephone('+#-(###)-###-####') == b.telephone('+#-(###)-###-####')

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
4kptcommented, Nov 22, 2017

Thanks.

0reactions
lk-geimfaricommented, Nov 22, 2017

@4kpt If you are really really need usa-specific phone numbers, then you can use this workaround:

>>> import random

>>> from mimesis import Personal, Code
>>> code = Code()
>>> masks = Personal('en').data['telephone_fmt']
>>> a = code.custom_code(mask=random.choice(masks))
Read more comments on GitHub >

github_iconTop Results From Across the Web

How to have 2 phone numbers with 1 phone
Google Voice is a great free phone service that allows you to have two phone numbers on one phone. However, it does have...
Read more >
How to Get 2 Phone Numbers on 1 Phone - OpenPhone
The simplest way to get two phone numbers on one phone is by signing up for a VoIP phone service. This allows you...
Read more >
Multi-Line Phone System: What Is It & How to Set It Up - Nextiva
Set up a business phone system with multiple phone lines. This guide covers different types of phone systems, top features, recommended devices, and...
Read more >
How Do You Set Up A Two-line Phone System?
So how do you set up a two-line phone system? This in-depth guide will walk you through the steps, costs associated, & answers...
Read more >
How To Set Up Two Phone Numbers On One Phone
In this article, you will learn how to set up two phone numbers on one phone by using the Community Phone service.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found