Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Show HN: Pattern matching and guards for Python functions
(
github.com/rasguanabana
)
6 points
by
rasguanabana
on May 12, 2016
|
hide
|
past
|
favorite
|
4 comments
creshal
on May 12, 2016
[–]
Example suggestion: Ensuring that an argument is a list of strings. I can't be the only one who wasted hours of debugging because I accidentally fed a string to a function expecting a list of strings.
rasguanabana
on May 12, 2016
|
parent
|
next
[–]
Thank you for suggestion, I have added a simple example.
guan
on May 12, 2016
|
parent
|
prev
[–]
Can I use the generics introduced with the new type annotations in Python 3.5, so I can refer to Sequence[str] or something like that?
creshal
on May 12, 2016
|
root
|
parent
[–]
The problem is that every string is, internally, also a sequence of (single-character) strings. So it's not
that
easy.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: