Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
panzi
on Jan 7, 2015
|
parent
|
context
|
favorite
| on:
Self Hell in Python
Also for unbound methods to make them usable as functions.
Python:
func = Foo.method
JavaScript:
var func = Function.prototype.call.bind(Foo.prototype.method);
Consider applying for YC's Summer 2026 batch! Applications are open till May 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Python:
JavaScript: