Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

inputName() not shown in docs #18

Open
memilanuk opened this issue Dec 19, 2020 · 1 comment
Open

inputName() not shown in docs #18

memilanuk opened this issue Dec 19, 2020 · 1 comment

Comments

@memilanuk
Copy link

When using pyinputplus in VS Code, Intellisense shows an option for inputName():

(prompt: str = "", default: Any | None = None, blank: bool = False, timeout: float | None = None, limit: int | None = None, strip: str | bool | None = None, allowRegexes: Sequence[Pattern | str] | None = None, blockRegexes: Sequence[Pattern | str | Sequence[Pattern | str]] | None = None, applyFunc: (*args, **kwargs) -> Any | None = None, postValidateApplyFunc: (*args, **kwargs) -> Any | None = None) -> Any

But I can't find any references to same on the pages on pypi or readthedocs.io

@Donkrzawayan
Copy link

There is inputName in the source code. Even there is inputAddress and inputPhone. But all of them are not implemented.
I could try to implement them, but I'm not sure what they should do.
Should inputName accept two words with first letter of each word capitalized? Or any number of words? Or accept any format and return str.title()?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants