Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

What is meant by python entry points?


An installation-wide (system, virtualenv) association of a (type, name) tuple with an importable Python object (usually callable).


https://stackoverflow.com/questions/774824/explain-python-en...

Very roughly speaking, a way in which a script can invoke a piece of Python code.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: